aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-09-22 06:31:32 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-09-22 06:31:32 +0000
commit8e814a064f092a22c405227250fadcf57c9fcce7 (patch)
treeaa4639864b334d454c9e1e6dda41cd25e74b864f
parent5b94fc490cbfe1e6f47cb8ba1d167d1e55b06a85 (diff)
Notes
-rw-r--r--etc/defaults/rc.conf2
-rw-r--r--etc/rc5
2 files changed, 0 insertions, 7 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index da12e9899c64..3695815537e3 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 ##
diff --git a/etc/rc b/etc/rc
index f0463ccfc6aa..1553845e244d 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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