From ea4d2584fba3b1fe6948916f6dc8d8acfac72513 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Sat, 9 May 2009 10:34:32 +0200 Subject: [PATCH] Fixed fetchmail startup problems with non root accounts --- lfs/fetchmail | 2 +- src/initscripts/init.d/fetchmail | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/fetchmail b/lfs/fetchmail index dbab16f362..e60c30beab 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fetchmail -PAK_VER = 2 +PAK_VER = 3 DEPS = "" diff --git a/src/initscripts/init.d/fetchmail b/src/initscripts/init.d/fetchmail index 6084934dc3..be0d1263ab 100644 --- a/src/initscripts/init.d/fetchmail +++ b/src/initscripts/init.d/fetchmail @@ -18,7 +18,7 @@ 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 ;; -- 2.39.2