summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-19 07:46:51 +0000
committerjkh <jkh@FreeBSD.org>1997-05-19 07:46:51 +0000
commiteca8c2300f1cee399e1067babe0cd5c755a6b17d (patch)
treecf2a40c15c994ec77bd66619ac5a5e67ef5c169b /etc/rc.conf
parent94f9f7a6691325b00b2d5a5a0639b6565a624633 (diff)
downloadFreeBSD-src-eca8c2300f1cee399e1067babe0cd5c755a6b17d.zip
FreeBSD-src-eca8c2300f1cee399e1067babe0cd5c755a6b17d.tar.gz
Neaten up some things which were inconsistent, add a few more flags
to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org>
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 88b7bc6..e77999b 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.9 1997/05/13 08:22:27 jkh Exp $
+# $Id: rc.conf,v 1.10 1997/05/19 03:20:22 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -31,6 +31,7 @@ firewall="NO" # Set to firewall type or NO for none.
tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO).
network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
+#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
### Network daemon (miscellaneous) & NFS options: ###
syslogd_enable="YES" # Run syslog daemon (or NO).
@@ -43,7 +44,9 @@ rwhod_enable="NO" # Run the rwho daemon (or NO).
amd_enable="NO" # Run amd service with $amd_flags (or NO).
amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
nfs_client_enable="NO" # This host is an NFS client (or NO).
+nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).
nfs_server_enable="NO" # This host is an NFS server (or NO).
+nfs_server_flags="-u -t 4" # Flags to nfsd (if enabled).
weak_mountd_authentication="NO" # Running PCNFSD / other non-root nfsd (or NO).
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.
@@ -104,9 +107,9 @@ font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime="NO" # blank time (in seconds) or "NO" to turn it off.
saver="NO" # screen saver desired: blank/green/snake/star/NO.
-mousedtype="NO" # See man page for rc.conf(8) for available settings.
-mousedport="/dev/cuaa0" # Set to your mouse port (required if mousetype set)
-mousedflags="" # Any additional flags to moused.
+moused_type="NO" # See man page for rc.conf(8) for available settings.
+moused_port="/dev/cuaa0"# Set to your mouse port (required if mousetype set)
+moused_flags="" # Any additional flags to moused.
##############################################################
@@ -114,6 +117,7 @@ mousedflags="" # Any additional flags to moused.
##############################################################
lpd_enable="YES" # Run the line printer daemon
+lpd_flags="" # Flags to lpd (if enabled).
sendmail_enable="YES" # Run the sendmail daemon (or NO).
sendmail_flags="-bd -q30m" # -bd is pretty mandatory
savecore_enable="NO" # Save kernel crashdumps for debugging (or NO).
OpenPOWER on IntegriCloud