diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-09-22 06:31:32 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-09-22 06:31:32 +0000 |
commit | 13f995da9e0baa4842cd77676546a43f41fb386c (patch) | |
tree | 8b151729d47ce9a8a2d124a36ef80ac70df5b263 | |
parent | 53e566e54878a056fb727018fa99bbcaf08bdff6 (diff) | |
download | FreeBSD-src-13f995da9e0baa4842cd77676546a43f41fb386c.zip FreeBSD-src-13f995da9e0baa4842cd77676546a43f41fb386c.tar.gz |
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.
-rw-r--r-- | etc/defaults/rc.conf | 2 | ||||
-rw-r--r-- | etc/rc | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index da12e98..3695815 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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 ## @@ -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 |