config: move rc_fuser_timeout to rc.conf
I was told that fuser does exist on *bsd, so this will need to bee supported there. This moves the timeout setting to rc.conf.
This commit is contained in:
parent
6794441224
commit
66dd88d6f6
@ -20,10 +20,6 @@
|
|||||||
# consolefont, numlock, etc ...)
|
# consolefont, numlock, etc ...)
|
||||||
rc_tty_number=12
|
rc_tty_number=12
|
||||||
|
|
||||||
# This is how long fuser should wait for a remote server to respond. The
|
|
||||||
# default is 60 seconds, but it can be adjusted here.
|
|
||||||
#rc_fuser_timeout=60
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# CGROUPS RESOURCE MANAGEMENT
|
# CGROUPS RESOURCE MANAGEMENT
|
||||||
|
|
||||||
|
@ -80,6 +80,10 @@
|
|||||||
# Set unicode to YES to turn on unicode support for keyboards and screens.
|
# Set unicode to YES to turn on unicode support for keyboards and screens.
|
||||||
#unicode="NO"
|
#unicode="NO"
|
||||||
|
|
||||||
|
# This is how long fuser should wait for a remote server to respond. The
|
||||||
|
# default is 60 seconds, but it can be adjusted here.
|
||||||
|
#rc_fuser_timeout=60
|
||||||
|
|
||||||
# Below is the default list of network fstypes.
|
# Below is the default list of network fstypes.
|
||||||
#
|
#
|
||||||
# afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs
|
# afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs
|
||||||
|
Loading…
Reference in New Issue
Block a user