Source-Changes-HG archive

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

[src/trunk]: src/etc add wdogctl



details:   https://anonhg.NetBSD.org/src/rev/c6d2fe94aa9c
branches:  trunk
changeset: 534597:c6d2fe94aa9c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jul 30 09:11:27 2002 +0000

description:
add wdogctl

diffstat:

 etc/mtree/special |  3 ++-
 etc/postinstall   |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 027f7f27e387 -r c6d2fe94aa9c etc/mtree/special
--- a/etc/mtree/special Tue Jul 30 08:39:14 2002 +0000
+++ b/etc/mtree/special Tue Jul 30 09:11:27 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: special,v 1.60 2002/07/06 09:27:32 tron Exp $
+#      $NetBSD: special,v 1.61 2002/07/30 09:11:27 lukem Exp $
 #      @(#)special     8.2 (Berkeley) 1/23/94
 #
 # Hand-crafted mtree specification for the dangerous files.
@@ -202,6 +202,7 @@
 ./etc/rc.d/timed               type=file mode=0555
 ./etc/rc.d/ttys                        type=file mode=0555
 ./etc/rc.d/virecover           type=file mode=0555
+./etc/rc.d/wdogctl             type=file mode=0555
 ./etc/rc.d/wscons              type=file mode=0555
 ./etc/rc.d/wsmoused            type=file mode=0555
 ./etc/rc.d/xdm                 type=file mode=0555
diff -r 027f7f27e387 -r c6d2fe94aa9c etc/postinstall
--- a/etc/postinstall   Tue Jul 30 08:39:14 2002 +0000
+++ b/etc/postinstall   Tue Jul 30 09:11:27 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.25 2002/07/03 23:28:24 yamt Exp $
+# $NetBSD: postinstall,v 1.26 2002/07/30 09:11:27 lukem Exp $
 #
 # Copyright (c) 2002 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -355,7 +355,8 @@
                quota racoon rpcbind raidframe rarpd rbootd root \
                route6d routed rtadvd rtsold rwho savecore \
                screenblank sendmail securelevel sshd swap1 swap2 \
-               sysdb sysctl syslogd timed ttys virecover wscons wsmoused \
+               sysdb sysctl syslogd timed ttys virecover \
+               wdogctl wscons wsmoused \
                xdm xfs ypbind yppasswdd ypserv
        failed=$(( ${failed} + $? ))
 



Home | Main Index | Thread Index | Old Index