Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src unhook old cron, hook new one.



details:   https://anonhg.NetBSD.org/src/rev/a1486b1f80a9
branches:  trunk
changeset: 754652:a1486b1f80a9
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 07 17:35:31 2010 +0000

description:
unhook old cron, hook new one.

diffstat:

 external/bsd/Makefile |  4 ++--
 usr.bin/Makefile      |  4 ++--
 usr.sbin/Makefile     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r ce003103b954 -r a1486b1f80a9 external/bsd/Makefile
--- a/external/bsd/Makefile     Fri May 07 17:12:00 2010 +0000
+++ b/external/bsd/Makefile     Fri May 07 17:35:31 2010 +0000
@@ -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")
diff -r ce003103b954 -r a1486b1f80a9 usr.bin/Makefile
--- a/usr.bin/Makefile  Fri May 07 17:12:00 2010 +0000
+++ b/usr.bin/Makefile  Fri May 07 17:35:31 2010 +0000
@@ -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 \
diff -r ce003103b954 -r a1486b1f80a9 usr.sbin/Makefile
--- a/usr.sbin/Makefile Fri May 07 17:12:00 2010 +0000
+++ b/usr.sbin/Makefile Fri May 07 17:35:31 2010 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index