From: Thibault Godouet Date: Fri, 22 Jun 2001 21:05:52 +0000 (+0000) Subject: Initial revision X-Git-Tag: ver2_9_4~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1dd5276ff0f85033592618320fb79cdc194e28e;p=thirdparty%2Ffcron.git Initial revision --- 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@ +