View | Details | Raw Unified | Return to bug 13357
Collapse All | Expand All

(-)rc (+4 lines)
Lines 178-183 Link Here
178
mount -a -t nfs
178
mount -a -t nfs
179
echo .
179
echo .
180
180
181
if [ X"$user_mount" = X"YES" ]; then
182
	sysctl -w vfs.usermount=1 >/dev/null
183
fi
184
181
# Whack the pty perms back into shape.
185
# Whack the pty perms back into shape.
182
chflags 0 /dev/tty[pqrsPQRS]*
186
chflags 0 /dev/tty[pqrsPQRS]*
183
chmod 666 /dev/tty[pqrsPQRS]*
187
chmod 666 /dev/tty[pqrsPQRS]*
(-)rc.conf (+1 lines)
Lines 223-228 Link Here
223
start_vinum=""		# set to YES to start vinum
223
start_vinum=""		# set to YES to start vinum
224
vinum_drives=""		# put in names of disks containing vinum drives
224
vinum_drives=""		# put in names of disks containing vinum drives
225
			# to start vinum on only specific disks.
225
			# to start vinum on only specific disks.
226
user_mount="NO"		# allow users to mount filesystems (or NO)
226
227
227
##############################################################
228
##############################################################
228
### Allow local configuration override at the very end here ##
229
### Allow local configuration override at the very end here ##
(-)rc.conf.5 (+19 lines)
Lines 1018-1023 Link Here
1018
.Xr init 8
1018
.Xr init 8
1019
for the list of possible security levels and their effect
1019
for the list of possible security levels and their effect
1020
on system operation.
1020
on system operation.
1021
.It Ar start_vinum
1022
(bool) Set to
1023
.Ar YES
1024
if you want to start
1025
.Xr vinum 8 .
1026
.It Ar vinum_drives
1027
(str) If 
1028
.Ar start_vinum 
1029
is set to
1030
.Ar YES ,
1031
then if this list is not empty, 
1032
.Xr vinum 8
1033
is only started on the disks contained in it.
1034
.It Ar user_mount
1035
(bool) Set to
1036
.Ar YES
1037
if you wish to allow non-root users to mount filesystems if the
1038
permissions allow it.
1021
.Sh FILES
1039
.Sh FILES
1022
.Bl -tag -width /etc/defaults/rc.conf -compact
1040
.Bl -tag -width /etc/defaults/rc.conf -compact
1023
.It Pa /etc/defaults/rc.conf
1041
.It Pa /etc/defaults/rc.conf
Lines 1066-1071 Link Here
1066
.Xr swapon 8 ,
1084
.Xr swapon 8 ,
1067
.Xr tickadj 8 ,
1085
.Xr tickadj 8 ,
1068
.Xr timed 8 ,
1086
.Xr timed 8 ,
1087
.Xr vinum 8 ,
1069
.Xr vnconfig 8 ,
1088
.Xr vnconfig 8 ,
1070
.Xr xntpd 8 ,
1089
.Xr xntpd 8 ,
1071
.Xr xtend 8 ,
1090
.Xr xtend 8 ,

Return to bug 13357