Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 1999 14:21:43 +1100
From:      Gregory Bond <gnb@itga.com.au>
To:        Ollivier Robert <roberto@keltia.freenix.fr>
Cc:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   Re: vinum is always started at boot-time... 
Message-ID:  <199901180321.OAA06491@lightning.itga.com.au>
In-Reply-To: Your message of Mon, 18 Jan 1999 02:15:22 %2B0100.

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901180321.OAA06491>