You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-forensics/foremost/files/foremost-1.4-config-locatio...

13 lines
462 B

diff -uNr foremost-1.4.orig/config.c foremost-1.4/config.c
--- foremost-1.4.orig/config.c 2006-08-31 17:50:47.000000000 +0100
+++ foremost-1.4/config.c 2006-08-31 17:51:09.000000000 +0100
@@ -288,7 +288,7 @@
#ifdef __WIN32
set_config_file(s, "/Program Files/foremost/foremost.conf");
#else
- set_config_file(s, "/usr/local/etc/foremost.conf");
+ set_config_file(s, "/etc/foremost.conf");
#endif
if ((f = fopen(get_config_file(s), "r")) == NULL)
{