diff options
author | 2004-11-16 10:34:34 +0000 | |
---|---|---|
committer | 2004-11-16 10:34:34 +0000 | |
commit | 0a668c3fcfffa1d2c27b363af616f93afa930adf (patch) | |
tree | 5df27bdb9042fd063baa8c4f32caad2d7be6c01d /sys-apps/fcron/files | |
parent | New version (Manifest recommit) (diff) | |
download | gentoo-2-0a668c3fcfffa1d2c27b363af616f93afa930adf.tar.gz gentoo-2-0a668c3fcfffa1d2c27b363af616f93afa930adf.tar.bz2 gentoo-2-0a668c3fcfffa1d2c27b363af616f93afa930adf.zip |
Dual version bumps for security vulnerability (bug #71311); Marked 2.0.2 stable on x86. Added pkg_setup EDITOR check to fix bug #65263. Remove --with-cflags configure flag for 2.9.5.1, since it causes CFLAGS to be specified twice. Also fixed default editor path in fcron.conf-2.5.9.1 (nano isn't in /bin).
Diffstat (limited to 'sys-apps/fcron/files')
-rw-r--r-- | sys-apps/fcron/files/digest-fcron-2.0.2 | 1 | ||||
-rw-r--r-- | sys-apps/fcron/files/digest-fcron-2.9.5.1 | 1 | ||||
-rw-r--r-- | sys-apps/fcron/files/fcron.conf-2.9.5.1 | 24 |
3 files changed, 26 insertions, 0 deletions
diff --git a/sys-apps/fcron/files/digest-fcron-2.0.2 b/sys-apps/fcron/files/digest-fcron-2.0.2 new file mode 100644 index 000000000000..bfdbd9960fae --- /dev/null +++ b/sys-apps/fcron/files/digest-fcron-2.0.2 @@ -0,0 +1 @@ +MD5 416c55d8a484eb6c9907828009fd649c fcron-2.0.2.src.tar.gz 169081 diff --git a/sys-apps/fcron/files/digest-fcron-2.9.5.1 b/sys-apps/fcron/files/digest-fcron-2.9.5.1 new file mode 100644 index 000000000000..bca17bd60680 --- /dev/null +++ b/sys-apps/fcron/files/digest-fcron-2.9.5.1 @@ -0,0 +1 @@ +MD5 bf39dcef6d0c452f167f5a31a1231e4e fcron-2.9.5.1.src.tar.gz 398400 diff --git a/sys-apps/fcron/files/fcron.conf-2.9.5.1 b/sys-apps/fcron/files/fcron.conf-2.9.5.1 new file mode 100644 index 000000000000..be27e30e9e5c --- /dev/null +++ b/sys-apps/fcron/files/fcron.conf-2.9.5.1 @@ -0,0 +1,24 @@ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/fcron.conf-2.9.5.1,v 1.1 2004/11/16 10:34:34 ka0ttic Exp $ +# 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 = /usr/bin/nano |