summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-04-19 20:09:58 +0000
committerJon Portnoy <avenj@gentoo.org>2004-04-19 20:09:58 +0000
commit867e8225c32e656e6e6311b6ec47947f92edd0bb (patch)
treefc94782a447b1037b5eb130e4724ca5e9f7f0680 /sys-apps/vixie-cron
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-867e8225c32e656e6e6311b6ec47947f92edd0bb.tar.gz
gentoo-2-867e8225c32e656e6e6311b6ec47947f92edd0bb.tar.bz2
gentoo-2-867e8225c32e656e6e6311b6ec47947f92edd0bb.zip
Manpage update from ciaranm, bug 42176
Diffstat (limited to 'sys-apps/vixie-cron')
-rw-r--r--sys-apps/vixie-cron/ChangeLog6
-rw-r--r--sys-apps/vixie-cron/files/crontab.5.diff35
-rw-r--r--sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild3
3 files changed, 42 insertions, 2 deletions
diff --git a/sys-apps/vixie-cron/ChangeLog b/sys-apps/vixie-cron/ChangeLog
index 51fdda9c14e1..22007825e08f 100644
--- a/sys-apps/vixie-cron/ChangeLog
+++ b/sys-apps/vixie-cron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/vixie-cron
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.13 2004/04/19 18:39:00 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.14 2004/04/19 20:09:58 avenj Exp $
+
+ 19 Apr 2004; Jon Portnoy <avenj@gentoo.org> files/crontab.5.diff,
+ vixie-cron-3.0.1-r4.ebuild :
+ Minor manpage update from ciaranm, stolen from FreeBSD.
19 Apr 2004; Jon Portnoy <avenj@gentoo.org> files/crontab-3.0.1-r4 :
Updated to do run-crons every 10 minutes rather than every minute.
diff --git a/sys-apps/vixie-cron/files/crontab.5.diff b/sys-apps/vixie-cron/files/crontab.5.diff
new file mode 100644
index 000000000000..f50db3dc7902
--- /dev/null
+++ b/sys-apps/vixie-cron/files/crontab.5.diff
@@ -0,0 +1,35 @@
+--- crontab.5.orig 2004-02-19 20:40:04.954132624 +0000
++++ crontab.5 2004-02-19 20:45:27.033169168 +0000
+@@ -153,6 +153,32 @@
+ ``30 4 1,15 * 5''
+ would cause a command to be run at 4:30 am on the 1st and 15th of each
+ month, plus every Friday.
++.PP
++Instead of the first five fields, one of eight special strings may
++appear:
++.IP
++.ta 1.5i
++string meaning
++.br
++------ -------
++.br
++@reboot Run once, at startup.
++.br
++@yearly Run once a year, "0 0 1 1 *".
++.br
++@annually (same as @yearly)
++.br
++@monthly Run once a month, "0 0 1 * *".
++.br
++@weekly Run once a week, "0 0 * * 0".
++.br
++@daily Run once a day, "0 0 * * *".
++.br
++@midnight (same as @daily)
++.br
++@hourly Run once an hour, "0 * * * *".
++.br
++.fi
+ .SH EXAMPLE CRON FILE
+ .nf
+
diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild
index 51776d2aefc6..d3fcca069506 100644
--- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild
+++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.10 2004/03/29 21:28:19 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.11 2004/04/19 20:09:58 avenj Exp $
inherit eutils
@@ -35,6 +35,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-gentoo.patch
epatch ${FILESDIR}/${P}-close_stdin.diff
+ epatch ${FILESDIR}/crontab.5.diff
use selinux && epatch ${FILESDIR}/${SELINUX_PATCH}