1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Change vinum_drives to vinum_slices

Spotted-by:	Jake <jake@checker.org>
This commit is contained in:
Greg Lehey 1999-02-04 00:23:10 +00:00
parent 3e52a8e840
commit 5549c02763
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43573

View File

@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.80 1999/01/27 05:00:58 jkh Exp $
# $Id: rc.conf,v 1.81 1999/01/30 07:20:58 newton Exp $
##############################################################
### Important initial Boot-time options #####################
@ -195,7 +195,7 @@ ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aou
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)
vinum_slices="" # put in names of vinum slices to enable vinum
vinum_drives="" # put in names of disks containing vinum drives
##############################################################
### Allow local configuration override at the very end here ##