mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Added more options and flags files per suggestions from -hackers.
This commit is contained in:
parent
d94d9910ff
commit
833e2bc7aa
7 changed files with 26 additions and 0 deletions
3
etc/config/mountd.flags
Normal file
3
etc/config/mountd.flags
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# $Id$
|
||||
# This file lists the flags passed to the NFS mount daemon `mountd' when
|
||||
# started at boot time.
|
||||
4
etc/config/nfsclient
Normal file
4
etc/config/nfsclient
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# $Id$
|
||||
# This file determines whether the NFS client software is automatically
|
||||
# started at boot time. The default is off.
|
||||
off
|
||||
4
etc/config/nfsclient.flags
Normal file
4
etc/config/nfsclient.flags
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# $Id$
|
||||
# This file lists options provided to the NFS I/O daemon `nfsiod', when
|
||||
# started at boot time.
|
||||
4
|
||||
4
etc/config/nfsserver.flags
Normal file
4
etc/config/nfsserver.flags
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# $Id$
|
||||
# This file lists the flags passed to the NFS server `nfsd' when started
|
||||
# at boot time.
|
||||
-u 0,0,4 -t 0,0
|
||||
4
etc/config/nisclient
Normal file
4
etc/config/nisclient
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# $Id$
|
||||
# This file determines whether the Yellow Pages/NIS client software
|
||||
# is automatically started at boot time. The default is off.
|
||||
off
|
||||
4
etc/config/nisserver
Normal file
4
etc/config/nisserver
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# $Id$
|
||||
# This file determines whether the Yellow Pages/NIS server software
|
||||
# is automatically started at boot time. The default is off.
|
||||
off
|
||||
3
etc/config/savecore.flags
Normal file
3
etc/config/savecore.flags
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# $Id$
|
||||
# This file determines where crash dumps will be saved.
|
||||
/var/crash
|
||||
Loading…
Reference in a new issue