Added configuration and flags files for most of the stuff in /etc/rc
and /etc/rc.local. Unless somebody complains soon, I'll fix the Makefile to install these and the rc files to use them.
This commit is contained in:
parent
4f5553b1bb
commit
f56d75d3a5
4
etc/config/cleartmp
Normal file
4
etc/config/cleartmp
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This option determines whether the /tmp directory should be
|
||||
# automatically cleared on startup. Default is on.
|
||||
on
|
4
etc/config/gated
Normal file
4
etc/config/gated
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This file determins whether Cornell's GateD should be automatically
|
||||
# started. The default is off.
|
||||
off
|
4
etc/config/kerberos
Normal file
4
etc/config/kerberos
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This file determines whether the Kerberos server should be
|
||||
# automatically started. The default is off.
|
||||
off
|
6
etc/config/named
Normal file
6
etc/config/named
Normal file
@ -0,0 +1,6 @@
|
||||
# $Id$
|
||||
# This file determines whether the name server should be started
|
||||
# automatically. The default is off, but Internet-connected systems
|
||||
# should set it to `on' whenever possible. (NB: it must be
|
||||
# configured.)
|
||||
off
|
4
etc/config/nfsserver
Normal file
4
etc/config/nfsserver
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This file determines whether the NFS server is automatically started
|
||||
# at boot time. The default is off.
|
||||
off
|
5
etc/config/quota
Normal file
5
etc/config/quota
Normal file
@ -0,0 +1,5 @@
|
||||
# $Id$
|
||||
# This file determines whether quotas are enabled upon system startup.
|
||||
# This option does not effect whether the kernel supports quotas.
|
||||
# The default is off.
|
||||
off
|
5
etc/config/routed
Normal file
5
etc/config/routed
Normal file
@ -0,0 +1,5 @@
|
||||
# $Id$
|
||||
# This option determines whether routed is automatically started at
|
||||
# boot time. It should probably be turned off, but for now the
|
||||
# default is on.
|
||||
on
|
3
etc/config/routed.flags
Normal file
3
etc/config/routed.flags
Normal file
@ -0,0 +1,3 @@
|
||||
# $Id$
|
||||
# This file gives the command-line flags passed to routed when it is started.
|
||||
-q
|
4
etc/config/rwhod
Normal file
4
etc/config/rwhod
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This file determins whether rwhod is automatically started at boot
|
||||
# time. The default is off.
|
||||
off
|
4
etc/config/savecore
Normal file
4
etc/config/savecore
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This file determines whether any attempt is made to save a crash
|
||||
# dump in /var/crash upon boot-up. The default is on.
|
||||
on
|
4
etc/config/sendmail
Normal file
4
etc/config/sendmail
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This file determines whether to automatically start sendmail at
|
||||
# system boot time. The default is on; options in sendmail.flags.
|
||||
on
|
3
etc/config/sendmail.flags
Normal file
3
etc/config/sendmail.flags
Normal file
@ -0,0 +1,3 @@
|
||||
# $Id$
|
||||
# This file gives the flags passed to sendmail on system startup if enabled.
|
||||
-bd -q30m
|
4
etc/config/timed
Normal file
4
etc/config/timed
Normal file
@ -0,0 +1,4 @@
|
||||
# $Id$
|
||||
# This file determines whether the Berkeley time daemon is
|
||||
# automatically started at boot time. The default is off.
|
||||
off
|
2
etc/config/timed.flags
Normal file
2
etc/config/timed.flags
Normal file
@ -0,0 +1,2 @@
|
||||
# $Id$
|
||||
# This file contains the flags passed to timed at start-up time, if enabled.
|
Loading…
Reference in New Issue
Block a user