From f45260382e8d9c13fdd96ba56678bc67443de750 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 22 Jun 2001 21:05:52 +0000 Subject: [PATCH] Initial revision --- files/fcron.conf.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/fcron.conf.in diff --git a/files/fcron.conf.in b/files/fcron.conf.in new file mode 100644 index 0000000..0872719 --- /dev/null +++ b/files/fcron.conf.in @@ -0,0 +1,23 @@ +# fcron.conf - Configuration file for fcron(8) and fcrontab(1). +# See fcron.conf(5) for syntax and explanations. +# +# WARNING : this file must be owned by @@ROOTNAME@:@@GROUPNAME@ and 640. +# + +# The spool directory where fcron stores its files +fcrontabs = @@FCRONTABS@ + +# The location of the pidfile +pidfile = @@PIDFILE@ + +# allow/deny files to determine which users are allowed to use fcrontab +fcronallow = @@ETC@/@@FCRON_ALLOW@ +fcrondeny = @@ETC@/@@FCRON_DENY@ + +# Location of the default editor for "fcrontab -e" +editor = @@EDITOR@ + +# Location of the programs used by fcron +shell = @@SHELL@ +sendmail = @@SENDMAIL@ + -- 2.40.0