summaryrefslogtreecommitdiff
path: root/etc/rc.d/raidframeparity
AgeCommit message (Collapse)Author
2009-04-15Add missing PROVIDE.joerg
2004-10-11Use new style command substitution.christos
2004-08-13Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use thismycroft
for a speedup by doing: $_rc_subr_loaded . /etc/rc.subr
2002-09-03Split raidframe parity checking/rebuild out into raidframeparity, which isabs
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