Remove the "vinum_drives" rc.conf knob. According to Greg <grog@lemis.com>

this is no longer the right way to start Vinum unless you are doing some
kind of maintenance, and that's not the sort of thing that would go into
rc.conf.
This commit is contained in:
Joseph Koshy 1999-09-22 06:31:32 +00:00
parent 5b94fc490c
commit 8e814a064f
2 changed files with 0 additions and 7 deletions

View File

@ -225,8 +225,6 @@ kern_securelevel_enable="NO" # kernel security level (see init(8)),
kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
update_motd="YES" # update version info in /etc/motd (or NO)
start_vinum="" # set to YES to start vinum
vinum_drives="" # put in names of disks containing vinum drives
# to start vinum on only specific disks.
##############################################################
### Allow local configuration override at the very end here ##

5
etc/rc
View File

@ -52,11 +52,6 @@ case ${start_vinum} in
[Yy][Ee][Ss])
vinum start
;;
*)
if [ -n "${vinum_drives}" ]; then
vinum read ${vinum_drives}
fi
;;
esac
swapon -a