Magellan Linux

Annotation of /trunk/fcron/fcron.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 685 byte(s)
-import

1 niro 144 # fcron.conf - Configuration file for fcron(8) and fcrontab(1).
2     # See fcron.conf(5) for syntax and explanations.
3     #
4     # WARNING : this file must be owned by root:cron and 640.
5     #
6    
7     # The spool directory where fcron stores its files
8     fcrontabs = /var/spool/cron/fcrontabs
9    
10     # The locations of the pid file and the fifo file
11     pidfile = /var/run/fcron.pid
12     fifofile = /var/run/fcron.fifo
13    
14     # allow/deny files to determine which users are allowed to use fcrontab
15     fcronallow = /etc/fcron/fcron.allow
16     fcrondeny = /etc/fcron/fcron.deny
17    
18     # Location of the programs used by fcron
19     shell = /bin/sh
20     sendmail = /usr/sbin/sendmail
21    
22     # Location of the default editor for "fcrontab -e"
23     editor = /usr/bin/nano