History log of /netbsd-src/etc/rc.d/raidframeparity (Results 1 – 4 of 4)
Revision Date Author Comments
# c06d8659 15-Apr-2009 joerg <joerg@NetBSD.org>

Add missing PROVIDE.


# 6e9a790e 11-Oct-2004 christos <christos@NetBSD.org>

Use new style command substitution.


# 7d2e1537 13-Aug-2004 mycroft <mycroft@NetBSD.org>

Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr


# df86ef5a 03-Sep-2002 abs <abs@NetBSD.org>

Split raidframe parity checking/rebuild 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 we a

Split raidframe parity checking/rebuild 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 we are here check for raid[0-9].conf & raid[1-9][0-9].conf not
raid[0-9].conf & raid[0-9][0-9].conf

show more ...