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.34 (requested by abs in tic...



details:   https://anonhg.NetBSD.org/src/rev/ad2b3b02a4e1
branches:  netbsd-1-6
changeset: 529573:ad2b3b02a4e1
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 30 14:16:26 2002 +0000

description:
Pull up revision 1.34 (requested by abs in ticket #772):
  Split raidframe parity checking/rebuilding out into
  raidframeparity, which is called after quota, so we don't
  end up with fsck and raidframe parity rebuild taking forever
  after a crash/reboot.
  While here, check for raid[0-9].conf and raid[1-9][0-9].conf
                and not raid[0-9].conf and raid[0-9][0-9].conf

diffstat:

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

diffs (18 lines):

diff -r 4b30798aacd1 -r ad2b3b02a4e1 etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Sat Nov 30 14:15:50 2002 +0000
+++ b/etc/rc.d/Makefile Sat Nov 30 14:16:26 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28.2.1 2002/11/11 23:41:43 he Exp $
+# $NetBSD: Makefile,v 1.28.2.2 2002/11/30 14:16:26 he Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
        moused mrouted \
        named ndbootd network newsyslog nfsd nfslocking ntpd ntpdate \
        poffd postfix ppp pwcheck quota \
-       racoon rpcbind raidframe rarpd rbootd root \
+       racoon rpcbind raidframe raidframeparity rarpd rbootd root \
        route6d routed rtadvd rtsold rwho \
        savecore screenblank sendmail securelevel sshd \
        swap1 swap2 sysdb sysctl syslogd \



Home | Main Index | Thread Index | Old Index