Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc/rc.d Pull up revision 1.32 (via patch, requested by...



details:   https://anonhg.NetBSD.org/src/rev/8557acb30a57
branches:  netbsd-1-6
changeset: 529337:8557acb30a57
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 11 23:41:43 2002 +0000

description:
Pull up revision 1.32 (via patch, requested by thorpej in ticket #584):
  Add a wdogctl startup/shutdown script.

diffstat:

 etc/rc.d/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 356eff4067fc -r 8557acb30a57 etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Mon Nov 11 23:41:18 2002 +0000
+++ b/etc/rc.d/Makefile Mon Nov 11 23:41:43 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2002/04/24 08:18:47 lukem Exp $
+# $NetBSD: Makefile,v 1.28.2.1 2002/11/11 23:41:43 he Exp $
 
 .include <bsd.own.mk>
 
@@ -16,7 +16,8 @@
        route6d routed rtadvd rtsold rwho \
        savecore screenblank sendmail securelevel sshd \
        swap1 swap2 sysdb sysctl syslogd \
-       timed ttys virecover wscons xdm xfs ypbind yppasswdd ypserv
+       timed ttys virecover wdogctl wscons xdm xfs \
+       ypbind yppasswdd ypserv
 FILESDIR=      /etc/rc.d
 FILESMODE=     ${BINMODE}
 



Home | Main Index | Thread Index | Old Index