enable rc.d fixsb script

initial testing suggests that it is working and I am confident it
will not cause irrevocable damage
This commit is contained in:
dbj 2004-04-18 04:02:27 +00:00
parent 1195d38f2f
commit 4fe7bbb7da
4 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.140 2004/02/06 15:36:52 itohy Exp $ # $NetBSD: mi,v 1.141 2004/04/18 04:02:27 dbj Exp $
./.cshrc etc-util-etc ./.cshrc etc-util-etc
./.profile etc-util-etc ./.profile etc-util-etc
./dev/MAKEDEV etc-sys-etc ./dev/MAKEDEV etc-sys-etc
@ -123,6 +123,7 @@
./etc/rc.d/dhcrelay etc-dhcpd-rc ./etc/rc.d/dhcrelay etc-dhcpd-rc
./etc/rc.d/dmesg etc-sys-rc ./etc/rc.d/dmesg etc-sys-rc
./etc/rc.d/downinterfaces etc-sys-rc ./etc/rc.d/downinterfaces etc-sys-rc
./etc/rc.d/fixsb etc-sys-rc
./etc/rc.d/fsck etc-sys-rc ./etc/rc.d/fsck etc-sys-rc
./etc/rc.d/fsck.sh etc-obsolete obsolete ./etc/rc.d/fsck.sh etc-obsolete obsolete
./etc/rc.d/gated etc-obsolete obsolete ./etc/rc.d/gated etc-obsolete obsolete

View File

@ -1,4 +1,4 @@
# $NetBSD: special,v 1.79 2004/02/06 15:36:53 itohy Exp $ # $NetBSD: special,v 1.80 2004/04/18 04:02:27 dbj Exp $
# @(#)special 8.2 (Berkeley) 1/23/94 # @(#)special 8.2 (Berkeley) 1/23/94
# #
# Hand-crafted mtree specification for the dangerous files. # Hand-crafted mtree specification for the dangerous files.
@ -150,6 +150,7 @@
./etc/rc.d/dhcrelay type=file mode=0555 ./etc/rc.d/dhcrelay type=file mode=0555
./etc/rc.d/dmesg type=file mode=0555 ./etc/rc.d/dmesg type=file mode=0555
./etc/rc.d/downinterfaces type=file mode=0555 ./etc/rc.d/downinterfaces type=file mode=0555
./etc/rc.d/fixsb type=file mode=0555
./etc/rc.d/fsck type=file mode=0555 ./etc/rc.d/fsck type=file mode=0555
./etc/rc.d/identd type=file mode=0555 ./etc/rc.d/identd type=file mode=0555
./etc/rc.d/inetd type=file mode=0555 ./etc/rc.d/inetd type=file mode=0555

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: postinstall,v 1.74 2004/03/16 23:15:40 lukem Exp $ # $NetBSD: postinstall,v 1.75 2004/04/18 04:02:27 dbj Exp $
# #
# Copyright (c) 2002-2004 The NetBSD Foundation, Inc. # Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -434,7 +434,7 @@ do_rc()
compare_dir ${op} ${SRC_DIR}/etc/rc.d ${DEST_DIR}/etc/rc.d 555 \ compare_dir ${op} ${SRC_DIR}/etc/rc.d ${DEST_DIR}/etc/rc.d 555 \
DAEMON LOGIN NETWORKING SERVERS accounting altqd amd \ DAEMON LOGIN NETWORKING SERVERS accounting altqd amd \
apmd bootparams bootconf.sh ccd cgd cleartmp cron \ apmd bootparams bootconf.sh ccd cgd cleartmp cron \
dhclient dhcpd dhcrelay dmesg downinterfaces fsck \ dhclient dhcpd dhcrelay dmesg downinterfaces fixsb fsck \
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \ identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
kdc ldconfig lkm1 lkm2 lkm3 local lpd mopd motd \ kdc ldconfig lkm1 lkm2 lkm3 local lpd mopd motd \
mountall mountcritlocal mountcritremote mountd moused \ mountall mountcritlocal mountcritremote mountd moused \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.46 2004/02/01 02:34:16 christos Exp $ # $NetBSD: Makefile,v 1.47 2004/04/18 04:02:27 dbj Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -10,7 +10,7 @@
FILES= DAEMON LOGIN NETWORKING SERVERS \ FILES= DAEMON LOGIN NETWORKING SERVERS \
accounting altqd amd apmd \ accounting altqd amd apmd \
bootparams bootconf.sh ccd cgd cleartmp cron \ bootparams bootconf.sh ccd cgd cleartmp cron \
dhclient dhcpd dhcrelay dmesg downinterfaces fsck \ dhclient dhcpd dhcrelay dmesg downinterfaces fixsb fsck \
identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \ identd ifwatchd inetd ipfilter ipfs ipmon ipnat ipsec isdnd \
kdc ldconfig lkm1 lkm2 lkm3 local lpd \ kdc ldconfig lkm1 lkm2 lkm3 local lpd \
mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \ mixerctl mopd motd mountall mountcritlocal mountcritremote mountd \