noticed this when it tried to create lotsa devices in a read-only /dev at boot time.
Patch:
hellcat## diff -u rc.orig rc
--- rc.orig Mon Jan 18 14:20:49 1999
+++ rc Mon Jan 18 14:20:59 1999
@@ -27,7 +27,7 @@
ccdconfig -C
fi
-if [ -n $vinum_slices ]; then
+if [ -n "$vinum_slices" ]; then
if [ -r /modules/vinum.ko ]; then # jkh paranoia
kldload vinum
vinum read $vinum_slices
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message
