]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixed fetchmail startup problems with non root accounts
authormaniacikarus <maniacikarus@ipfire.org>
Sat, 9 May 2009 08:34:32 +0000 (10:34 +0200)
committermaniacikarus <maniacikarus@ipfire.org>
Sat, 9 May 2009 08:34:32 +0000 (10:34 +0200)
lfs/fetchmail
src/initscripts/init.d/fetchmail

index dbab16f362441f049bd2dc65a674910fd2e6dec0..e60c30beabbb6cd7acaf69c51ce4dec3bc2cfc1e 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fetchmail
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fetchmail
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = ""
 
 
 DEPS       = ""
 
index 6084934dc334d802538c5e891a3b66342d89868d..be0d1263abd534a2590398545b3c1158d9158e46 100644 (file)
@@ -18,7 +18,7 @@
 case "${1}" in
        start)
                boot_mesg "Starting fetchmail daemon..."
 case "${1}" in
        start)
                boot_mesg "Starting fetchmail daemon..."
-               /usr/bin/fetchmail --daemon 300 >/dev/null 2>&1
+               /usr/bin/fetchmail --daemon 300 -f '/root/.fetchmailrc' >/dev/null 2>&1
                evaluate_retval
                ;;
 
                evaluate_retval
                ;;