Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc Pull up revision 1.27 (requested by abs in ticket #...



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

description:
Pull up revision 1.27 (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/postinstall |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 8d795b26803b -r ae6b0762befa etc/postinstall
--- a/etc/postinstall   Sat Nov 30 14:17:00 2002 +0000
+++ b/etc/postinstall   Sat Nov 30 14:17:26 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.16.2.2 2002/06/11 08:49:55 lukem Exp $
+# $NetBSD: postinstall,v 1.16.2.3 2002/11/30 14:17:26 he Exp $
 #
 # Copyright (c) 2002 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -342,8 +342,8 @@
                mountall mountcritlocal mountcritremote mountd moused \
                mrouted named ndbootd network newsyslog nfsd \
                nfslocking ntpd ntpdate poffd postfix ppp pwcheck \
-               quota racoon rpcbind raidframe rarpd rbootd root \
-               route6d routed rtadvd rtsold rwho savecore \
+               quota racoon rpcbind raidframe raidframeparity rarpd rbootd \
+               root route6d routed rtadvd rtsold rwho savecore \
                screenblank sendmail securelevel sshd swap1 swap2 \
                sysdb sysctl syslogd timed ttys virecover wscons xdm \
                xfs ypbind yppasswdd ypserv



Home | Main Index | Thread Index | Old Index