diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 22:22:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 22:22:55 +0000 |
commit | f9083f89d7739323d394f2b1ab2585f85746978e (patch) | |
tree | d773912b644bd335b43571c7716036758ff18751 /sys-apps/fcron/files/fcron.conf-2.9.4 | |
parent | also highlight diropts (diff) | |
download | gentoo-2-f9083f89d7739323d394f2b1ab2585f85746978e.tar.gz gentoo-2-f9083f89d7739323d394f2b1ab2585f85746978e.tar.bz2 gentoo-2-f9083f89d7739323d394f2b1ab2585f85746978e.zip |
ver bump #45353
Diffstat (limited to 'sys-apps/fcron/files/fcron.conf-2.9.4')
-rw-r--r-- | sys-apps/fcron/files/fcron.conf-2.9.4 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-apps/fcron/files/fcron.conf-2.9.4 b/sys-apps/fcron/files/fcron.conf-2.9.4 new file mode 100644 index 000000000000..24bb86a81b48 --- /dev/null +++ b/sys-apps/fcron/files/fcron.conf-2.9.4 @@ -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 root:cron and 640. +# + +# The spool directory where fcron stores its files +fcrontabs = /var/spool/cron/fcrontabs + +# The locations of the pid file and the fifo file +pidfile = /var/run/fcron.pid +fifofile = /var/run/fcron.fifo + +# allow/deny files to determine which users are allowed to use fcrontab +fcronallow = /etc/fcron/fcron.allow +fcrondeny = /etc/fcron/fcron.deny + +# Location of the programs used by fcron +shell = /bin/sh +sendmail = /usr/sbin/sendmail + +# Location of the default editor for "fcrontab -e" +editor = /bin/nano |