From: Arne Fitzenreiter Date: Sat, 11 Jul 2009 15:27:53 +0000 (+0200) Subject: Fix fcron pidfile location X-Git-Tag: v2.5-core29~40^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4a3be476413544ed2760b2dc4546a11650c3bad;p=ipfire-2.x.git Fix fcron pidfile location --- diff --git a/lfs/fcron b/lfs/fcron index ae403dcce8..5cf9cc5e52 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -76,6 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-sendmail \ --with-spooldir=/var/spool/cron \ --with-fifodir=/var/run \ + --with-piddir=/var/run \ --sysconfdir=/etc \ --with-username=cron \ --with-groupname=cron \