From 44e8ee1c93ee3f3a412bba5c9aac6a271500afa8 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 16 Jun 2008 16:12:50 +0000 Subject: Install using BSD_INSTALL_PROGRAM, root permissions are requested using SPECIAL_PERMS later. --- time/vixie-cron/distinfo | 4 ++-- time/vixie-cron/patches/patch-aa | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'time') diff --git a/time/vixie-cron/distinfo b/time/vixie-cron/distinfo index 396e1afe965..ca62cd44c7b 100644 --- a/time/vixie-cron/distinfo +++ b/time/vixie-cron/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $ +$NetBSD: distinfo,v 1.2 2008/06/16 16:12:50 joerg Exp $ SHA1 (cron_4.1.shar) = 77c52a492b075a77f87eded9dfdbf4bf9ba0ac91 RMD160 (cron_4.1.shar) = a9a8d3fe6c851d7fcd098676f2edc0bc310f695e Size (cron_4.1.shar) = 205506 bytes -SHA1 (patch-aa) = dc237791d5053e2f1ca3a9b8d0783498ab359ffe +SHA1 (patch-aa) = 98605040a8bd02b85b75baad1dabf53d807c5af8 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 #<> @@ -15,3 +15,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $ #<> 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) -- cgit v1.2.3