Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37729020
en ru br
ALT Linux repos
S:1.5.7-alt2
5.0: 1.5.4-alt1
4.1: 1.5.3-alt1
4.0: 1.3-alt0.1

Group :: Text tools
RPM: foremost

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: foremost-sysconfdir.patch
Download


diff --git a/foremost/config.c b/foremost/config.c
index 9a4bc3f..89fd377 100755
--- a/foremost/config.c
+++ b/foremost/config.c
@@ -288,7 +288,7 @@ int load_config_file(f_state *s)
 #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)
 			{
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin