Module Name:    src
Committed By:   christos
Date:           Fri May  7 17:35:32 UTC 2010

Modified Files:
        src/external/bsd: Makefile
        src/usr.bin: Makefile
        src/usr.sbin: Makefile

Log Message:
unhook old cron, hook new one.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/bsd/Makefile
cvs rdiff -u -r1.185 -r1.186 src/usr.bin/Makefile
cvs rdiff -u -r1.243 -r1.244 src/usr.sbin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.21 src/external/bsd/Makefile:1.22
--- src/external/bsd/Makefile:1.21	Wed Feb  3 01:25:55 2010
+++ src/external/bsd/Makefile	Fri May  7 13:35:32 2010
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.21 2010/02/03 06:25:55 tls Exp $
+#	$NetBSD: Makefile,v 1.22 2010/05/07 17:35:32 christos Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive libevent liblzf \
+SUBDIR+= am-utils bind cron dhcpcd fetch file flex libarchive libevent liblzf \
 	mdocml openresolv pkg_install top byacc
 
 .if (${MKATF} != "no")

Index: src/usr.bin/Makefile
diff -u src/usr.bin/Makefile:1.185 src/usr.bin/Makefile:1.186
--- src/usr.bin/Makefile:1.185	Wed Feb  3 10:34:45 2010
+++ src/usr.bin/Makefile	Fri May  7 13:35:31 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.185 2010/02/03 15:34:45 roy Exp $
+#	$NetBSD: Makefile,v 1.186 2010/05/07 17:35:31 christos Exp $
 #	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -7,7 +7,7 @@
 	banner basename biff bthset btkey btpin \
 	bzip2 bzip2recover cal calendar cap_mkdb cdplay \
 	checknr chflags chpass cksum cmp col colcrt colrm \
-	column comm compress config crontab crunch csplit ctags cut \
+	column comm compress config crunch csplit ctags cut \
 	deroff db dirname du \
 	eject elf2aout elf2ecoff env error expand extattr \
 	false fdformat fgen find finger fmt fold fpr from \

Index: src/usr.sbin/Makefile
diff -u src/usr.sbin/Makefile:1.243 src/usr.sbin/Makefile:1.244
--- src/usr.sbin/Makefile:1.243	Sun Oct 11 04:57:54 2009
+++ src/usr.sbin/Makefile	Fri May  7 13:35:32 2010
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.243 2009/10/11 08:57:54 sborrill Exp $
+#	$NetBSD: Makefile,v 1.244 2010/05/07 17:35:32 christos Exp $
 #	from: @(#)Makefile	5.20 (Berkeley) 6/12/93
 
 .include <bsd.own.mk>
 
 SUBDIR=	ac accton acpitools altq apm apmd arp bad144 bootp \
 	btattach btconfig btdevctl bthcid btpand catman \
-	chown chroot chrtbl cnwctl cpuctl crash cron dev_mkdb \
+	chown chroot chrtbl cnwctl cpuctl crash dev_mkdb \
 	dhcp diskpart dumpfs dumplfs edquota eeprom \
 	envstat eshconfig etcupdate extattrctl fssconfig fusermount fwctl \
 	gpioctl grfconfig grfinfo gspa hdaudioctl hilinfo ifwatchd inetd \

Reply via email to