Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc.d/raidframeparity,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/etc/rc.d/raidframeparity 2004/08/13 18:08:03 1.2 +++ src/etc/rc.d/raidframeparity 2004/10/11 15:00:51 1.3 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: raidframeparity,v 1.2 2004/08/13 18:08:03 mycroft Exp $ +# $NetBSD: raidframeparity,v 1.3 2004/10/11 15:00:51 christos Exp $ # # REQUIRE: quota @@ -16,7 +16,7 @@ raidframeparity_start() # Initiate parity/mirror reconstruction as needed, in the background. # ( - for dev in `sysctl -n hw.disknames`; do + for dev in $(sysctl -n hw.disknames); do case $dev in raid[0-9]*) raidctl -P $dev