diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-03-12 14:16:41 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-03-12 14:16:41 -0500 |
commit | 66dd88d6f6a28b9b607433248ead8bde57e2b258 (patch) | |
tree | 3db5241a6ec26ca9a153be47098ec0da67352648 /etc/rc.conf.in | |
parent | 67944412247173c65b14e7eaeb20b961241e1bd5 (diff) |
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.
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r-- | etc/rc.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 1536aa5b..cbab5025 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -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 |