diff options
Diffstat (limited to 'sys-apps/fcron/files')
-rw-r--r-- | sys-apps/fcron/files/crontab | 10 | ||||
-rw-r--r-- | sys-apps/fcron/files/digest-fcron-2.0.0-r2 | 1 | ||||
-rw-r--r-- | sys-apps/fcron/files/fcron.allow | 10 | ||||
-rw-r--r-- | sys-apps/fcron/files/fcron.deny | 10 |
4 files changed, 24 insertions, 7 deletions
diff --git a/sys-apps/fcron/files/crontab b/sys-apps/fcron/files/crontab index fdc6446f3931..791ee9b4d422 100644 --- a/sys-apps/fcron/files/crontab +++ b/sys-apps/fcron/files/crontab @@ -1,7 +1,6 @@ - # /etc/crontab -# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.2 2002/04/27 21:46:45 bangert Exp $ +# +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.3 2002/11/20 18:33:34 woodchip Exp $ # fcron || dcron: # This is NOT the system crontab! fcron and dcron do not support a system crontab. @@ -9,7 +8,7 @@ # crontab /etc/crontab # as root. # NOTE: This will REPLACE root's current crontab!! - +# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly @@ -18,6 +17,3 @@ 0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily 0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly 0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly - - - diff --git a/sys-apps/fcron/files/digest-fcron-2.0.0-r2 b/sys-apps/fcron/files/digest-fcron-2.0.0-r2 new file mode 100644 index 000000000000..45d732101fce --- /dev/null +++ b/sys-apps/fcron/files/digest-fcron-2.0.0-r2 @@ -0,0 +1 @@ +MD5 b20c6bc5d9435a790e5500ecb7990df8 fcron-2.0.0.src.tar.gz 144069 diff --git a/sys-apps/fcron/files/fcron.allow b/sys-apps/fcron/files/fcron.allow new file mode 100644 index 000000000000..43dec428546e --- /dev/null +++ b/sys-apps/fcron/files/fcron.allow @@ -0,0 +1,10 @@ +# /etc/fcron/fcron.allow +# +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/fcron.allow,v 1.1 2002/11/20 18:33:34 woodchip Exp $ +# +# List here every users who are allowed to use fcron/fcrontab. +# You must put one name by line. +# The word "all" means that every users that are not in fcron.deny +# are allowed to use that softwares ( should be put on the top ). + +root diff --git a/sys-apps/fcron/files/fcron.deny b/sys-apps/fcron/files/fcron.deny new file mode 100644 index 000000000000..aaa26aaee3ec --- /dev/null +++ b/sys-apps/fcron/files/fcron.deny @@ -0,0 +1,10 @@ +# /etc/fcron/fcron.deny +# +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/fcron.deny,v 1.1 2002/11/20 18:33:34 woodchip Exp $ +# +# List here every users who are not allowed to use fcron/fcrontab. +# You must put one name by line. +# The word "all" means that every users that are not in fcron.allow +# are not allowed to use that softwares ( should be put on the top ). + +all |