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 /etc/rc | |
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.
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |