summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/vixie-cron/files/vixie-cron-4.1-commandline.patch')
-rw-r--r--sys-apps/vixie-cron/files/vixie-cron-4.1-commandline.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/vixie-cron/files/vixie-cron-4.1-commandline.patch b/sys-apps/vixie-cron/files/vixie-cron-4.1-commandline.patch
index 15133c7e0f8f..3a2496ebc867 100644
--- a/sys-apps/vixie-cron/files/vixie-cron-4.1-commandline.patch
+++ b/sys-apps/vixie-cron/files/vixie-cron-4.1-commandline.patch
@@ -1,10 +1,11 @@
---- entry.c 2004-08-27 20:09:34.000000000 +0200
-+++ /root/entry.c 2004-09-26 14:41:46.929137000 +0200
-@@ -336,7 +336,8 @@
+--- entry.c.orig 2004-08-27 20:09:34.000000000 +0200
++++ entry.c 2004-12-01 22:16:10.992268200 +0100
+@@ -336,7 +336,9 @@
/* If the first character of the command is '-' it is a cron option.
*/
- while ((ch = get_char(file)) == '-') {
++ Skip_Blanks(ch, file)
+ ch = get_char(file);
+ while (ch == '-') {
switch (ch = get_char(file)) {