From 92741a69c9b8fbff55d5e7f136afe0fefb4a3e3b Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 2 Mar 2002 17:23:01 +0000 Subject: [PATCH] added fifofile --- files/fcron.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/fcron.conf.in b/files/fcron.conf.in index fb139fc..d89cce6 100644 --- a/files/fcron.conf.in +++ b/files/fcron.conf.in @@ -7,8 +7,9 @@ # The spool directory where fcron stores its files fcrontabs = @@FCRONTABS@ -# The location of the pidfile +# The locations of the pid file and the fifo file pidfile = @@PIDFILE@ +fifofile = @@FIFOFILE@ # allow/deny files to determine which users are allowed to use fcrontab fcronallow = @@ETC@/@@FCRON_ALLOW@ -- 2.50.1