diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2006-07-31 02:10:49 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2006-07-31 02:10:49 +0000 |
commit | f7ea47668c88a0872e547a296f8a6f3de6522f50 (patch) | |
tree | ee4d1fc12ec147c7fb2d872f0a24c44598538457 /sys-process/fcron/files | |
parent | Version bump #141485 by Carles Escrig. (diff) | |
download | gentoo-2-f7ea47668c88a0872e547a296f8a6f3de6522f50.tar.gz gentoo-2-f7ea47668c88a0872e547a296f8a6f3de6522f50.tar.bz2 gentoo-2-f7ea47668c88a0872e547a296f8a6f3de6522f50.zip |
Add /etc/fcrontab and install check_system_crontabs into /usr/sbin
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'sys-process/fcron/files')
-rw-r--r-- | sys-process/fcron/files/digest-fcron-3.0.1-r2 | 3 | ||||
-rw-r--r-- | sys-process/fcron/files/fcrontab | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys-process/fcron/files/digest-fcron-3.0.1-r2 b/sys-process/fcron/files/digest-fcron-3.0.1-r2 new file mode 100644 index 000000000000..59c004866df2 --- /dev/null +++ b/sys-process/fcron/files/digest-fcron-3.0.1-r2 @@ -0,0 +1,3 @@ +MD5 8e5dcb3a646c11294294895954ef0a48 fcron-3.0.1.src.tar.gz 536972 +RMD160 1b723f563b1340a5091f559e7f0c2eed7f8ee5ff fcron-3.0.1.src.tar.gz 536972 +SHA256 31288b04619bb9c7cd5fe6ff004c1e2c1340685cec2d0fa8725259c491699de9 fcron-3.0.1.src.tar.gz 536972 diff --git a/sys-process/fcron/files/fcrontab b/sys-process/fcron/files/fcrontab new file mode 100644 index 000000000000..7034eead7f6c --- /dev/null +++ b/sys-process/fcron/files/fcrontab @@ -0,0 +1,5 @@ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/files/fcrontab,v 1.1 2006/07/31 02:10:49 wschlich Exp $ +# Script for checking system crontabs and creating the fcron systab. +# Runs every 10 minutes, does not mail output, doesn't log job runs +# except for errors. +@mail(false),nolog(true) 10 /usr/sbin/check_system_crontabs -s 0 |