]> granicus.if.org Git - fcron/commitdiff
Initial revision
authorthib <thib>
Fri, 22 Jun 2001 21:05:52 +0000 (21:05 +0000)
committerthib <thib>
Fri, 22 Jun 2001 21:05:52 +0000 (21:05 +0000)
files/fcron.conf.in [new file with mode: 0644]

diff --git a/files/fcron.conf.in b/files/fcron.conf.in
new file mode 100644 (file)
index 0000000..0872719
--- /dev/null
@@ -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@
+