Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc/mtree Pull up revision 1.64 (requested by abs in ti...



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

description:
Pull up revision 1.64 (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/mtree/special |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ad2b3b02a4e1 -r 8d795b26803b etc/mtree/special
--- a/etc/mtree/special Sat Nov 30 14:16:26 2002 +0000
+++ b/etc/mtree/special Sat Nov 30 14:17:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: special,v 1.57 2002/04/29 08:23:35 lukem Exp $
+#      $NetBSD: special,v 1.57.2.1 2002/11/30 14:17:00 he Exp $
 #      @(#)special     8.2 (Berkeley) 1/23/94
 #
 # Hand-crafted mtree specification for the dangerous files.
@@ -179,6 +179,7 @@
 ./etc/rc.d/quota               type=file mode=0555
 ./etc/rc.d/racoon              type=file mode=0555
 ./etc/rc.d/raidframe           type=file mode=0555
+./etc/rc.d/raidframeparity     type=file mode=0555
 ./etc/rc.d/rarpd               type=file mode=0555
 ./etc/rc.d/rbootd              type=file mode=0555
 ./etc/rc.d/root                        type=file mode=0555



Home | Main Index | Thread Index | Old Index