summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-04-06 10:12:30 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-04-06 10:12:30 +0100
commit4b411e682e5ef8454779ce74af5229bfc688d8db (patch)
treea2010b67ff43d0de0cbe2e3a919d03835092d211
parentFix day-of-week ranges in cronie (diff)
downloadpatches-4b411e682e5ef8454779ce74af5229bfc688d8db.tar.bz2
patches-4b411e682e5ef8454779ce74af5229bfc688d8db.tar.xz
patches-4b411e682e5ef8454779ce74af5229bfc688d8db.zip
Revert "Fix day-of-week ranges in cronie"
This reverts commit 4aad60b7a46772342ce637ee77e7d606ca87dec1.
-rw-r--r--sys-process/cronie-1.6.0/62e53f1cdb9c1e12a01ee7814c92cd937d50328d.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-process/cronie-1.6.0/62e53f1cdb9c1e12a01ee7814c92cd937d50328d.patch b/sys-process/cronie-1.6.0/62e53f1cdb9c1e12a01ee7814c92cd937d50328d.patch
deleted file mode 100644
index 160c031..0000000
--- a/sys-process/cronie-1.6.0/62e53f1cdb9c1e12a01ee7814c92cd937d50328d.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 62e53f1cdb9c1e12a01ee7814c92cd937d50328d Mon Sep 17 00:00:00 2001
-From: w30023233 <wangyuhang27@huawei.com>
-Date: Wed, 23 Mar 2022 15:40:01 +0800
-Subject: [PATCH] Fix regression in handling 1-5 crontab entries
-
----
- src/entry.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/entry.c b/src/entry.c
-index e9e258b..bb7cb62 100644
---- a/src/entry.c
-+++ b/src/entry.c
-@@ -595,6 +595,7 @@ get_range(bitstr_t * bits, int low, int high, const char *names[],
- return (EOF);
-
- case R_RANGE:
-+ unget_char(ch, file);
- if (get_number(&num2, low, names, file) != EOF) {
- state = R_RANGE_NUM2;
- break;