summaryrefslogtreecommitdiffstats
path: root/source/a/dcron/patches/0009-Updated-manpage.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-06-28 19:52:19 +0000
committer Eric Hameleers <alien@slackware.com>2018-06-29 09:00:34 +0200
commit4a88d2e4184a3fe0a96aacaf504266d0972582ba (patch)
treecf91a185622c23bf0f1d0bca96ac0ab54c0f4f14 /source/a/dcron/patches/0009-Updated-manpage.patch
parent233fc224df15f411fad82cafffa1fb5caa79ec03 (diff)
downloadcurrent-4a88d2e4184a3fe0a96aacaf504266d0972582ba.tar.gz
current-4a88d2e4184a3fe0a96aacaf504266d0972582ba.tar.xz
Thu Jun 28 19:52:19 UTC 201820180628195219
a/dcron-4.5-x86_64-9.txz: Rebuilt. Dropped two patches that were breaking @daily jobs. Thanks to Dennis Snow for the bug report. ap/texinfo-6.5-x86_64-6.txz: Rebuilt. Rebuilt with --disable-perl-xs (use native Perl modules instead of C versions), which fixes the FTBFS issues we were having with glibc. Thanks to nobodino, ponce, and mmawhin for the help.
Diffstat (limited to 'source/a/dcron/patches/0009-Updated-manpage.patch')
-rw-r--r--source/a/dcron/patches/0009-Updated-manpage.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/source/a/dcron/patches/0009-Updated-manpage.patch b/source/a/dcron/patches/0009-Updated-manpage.patch
deleted file mode 100644
index 5db2550c1..000000000
--- a/source/a/dcron/patches/0009-Updated-manpage.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 496027f566df6968939c45ad1a0069af495a2d40 Mon Sep 17 00:00:00 2001
-From: "Erik Falor (fadein)" <ewfalor@gmail.com>
-Date: Tue, 24 Nov 2015 22:19:30 -0700
-Subject: [PATCH 9/9] Updated manpage
-
----
- crontab.1 | 13 ++++++++-----
- 1 file changed, 8 insertions(+), 5 deletions(-)
-
-diff --git a/crontab.1 b/crontab.1
-index 36043a9..1e2f59f 100644
---- a/crontab.1
-+++ b/crontab.1
-@@ -92,20 +92,23 @@ Some examples:
- .fi
- .PP
- To request the last Monday, etc.
--in a month, ask for the \[lq]5th\[rq] one.
-+in a month, ask for the \[lq]6th\[rq] one.
- This will always match the last Monday, etc., even if there are
- only four Mondays in the month:
- .IP
- .nf
- \f[C]
- #\ run\ at\ 11\ am\ on\ the\ first\ and\ last\ Mon,\ Tue,\ Wed\ of\ each\ month
--0\ 11\ 1,5\ *\ mon-wed\ date
-+0\ 11\ 1,6\ *\ mon-wed\ date
-+
-+#\ run\ at\ noon\ on\ the\ fourth\ and\ last\ Friday\ of\ each\ month
-+0\ 12\ 4,6\ *\ fri\ date
- \f[]
- .fi
- .PP
--When the fourth Monday in a month is the last, it will match
--against both the \[lq]4th\[rq] and the \[lq]5th\[rq] (it will only
--run once if both are specified).
-+When the fourth Monday in a month is also the last, this will match against
-+both the \[lq]4th\[rq] and the \[lq]6th\[rq] but the job is scheduled only
-+once.
- .PP
- The following formats are also recognized:
- .IP
---
-2.13.2
-