diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-01-18 03:25:10 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-01-18 03:25:10 +0000 |
| commit | 7e7f24a71284cb39714bad71308aba65bd712628 (patch) | |
| tree | d0149846cc09e3f24980db25e78700a2e3a3aee4 | |
| parent | fb1594c101b0add80eb0f2d2036ef04363cbc772 (diff) | |
Notes
| -rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.166 1999/01/11 09:07:38 asami Exp $ +# $Id: rc,v 1.167 1999/01/17 03:32:07 grog Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -27,7 +27,7 @@ if [ -f /etc/ccd.conf ]; then 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 |
