add wdogctl

This commit is contained in:
lukem 2002-07-30 09:11:27 +00:00
parent b1c4a6f299
commit f91d5a2f45
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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 @@ do_rc()
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} + $? ))