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:
		| @@ -20,10 +20,6 @@ | ||||
| # consolefont, numlock, etc ...) | ||||
| 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 | ||||
|  | ||||
|   | ||||
| @@ -80,6 +80,10 @@ | ||||
| # Set unicode to YES to turn on unicode support for keyboards and screens. | ||||
| #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. | ||||
| # | ||||
| # afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs | ||||
|   | ||||
		Reference in New Issue
	
	Block a user