diff options
Diffstat (limited to 'time/vixie-cron/patches/patch-aa')
-rw-r--r-- | time/vixie-cron/patches/patch-aa | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/time/vixie-cron/patches/patch-aa b/time/vixie-cron/patches/patch-aa index 143daf9e107..1ee4ae7bb13 100644 --- a/time/vixie-cron/patches/patch-aa +++ b/time/vixie-cron/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/16 16:12:50 joerg Exp $ ---- Makefile.orig 2002-10-31 17:16:19.000000000 -0800 -+++ Makefile 2002-10-31 17:19:48.000000000 -0800 -@@ -49,10 +49,10 @@ +--- Makefile.orig 2008-06-16 17:35:00.000000000 +0200 ++++ Makefile +@@ -51,10 +51,10 @@ #################################### begin configurable stuff #<<DESTROOT is assumed to have ./etc, ./bin, and ./man subdirectories>> @@ -15,3 +15,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $ #<<need bitstring.h>> INCLUDE = -I. #INCLUDE = +@@ -110,8 +110,8 @@ crontab : $(CRONTAB_OBJ) + $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS) + + install : all +- $(INSTALL) -c -m 111 -o root -s cron $(DESTSBIN)/ +- $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/ ++ $(BSD_INSTALL_PROGRAM) cron $(DESTSBIN)/ ++ $(BSD_INSTALL_PROGRAM) crontab $(DESTBIN)/ + # $(INSTALL) -c -m 111 -o root -g crontab -s cron $(DESTSBIN)/ + # $(INSTALL) -c -m 2111 -o root -g crontab -s crontab $(DESTBIN)/ + sh putman.sh crontab.1 $(DESTMAN) |