summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>1997-06-24 22:36:42 +0000
committerdima <dima@FreeBSD.org>1997-06-24 22:36:42 +0000
commit24ecd81912dcfd594d2235e62451b4469a8ba8c1 (patch)
treeb2bddb5a8b59a6320bb1cf7aecd0270b31df280b /etc
parente71de03b4a0f84fd5ba455d88b8bbf604439a022 (diff)
downloadFreeBSD-src-24ecd81912dcfd594d2235e62451b4469a8ba8c1.zip
FreeBSD-src-24ecd81912dcfd594d2235e62451b4469a8ba8c1.tar.gz
Add missing '.'
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index d1dc1e0..cd80708 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.17 1997/06/02 06:43:42 markm Exp $
+# $Id: rc.conf,v 1.18 1997/06/18 16:01:19 pst Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -37,7 +37,7 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
syslogd_enable="YES" # Run syslog daemon (or NO).
syslogd_flags="" # Flags to syslogd (if enabled).
inetd_enable="YES" # Run the network daemon displatcher (or NO).
-inetd_flags="" # Optional flags to inetd
+inetd_flags="" # Optional flags to inetd.
named_enable="NO" # Run named, the DNS server (or NO).
named_flags="-b /etc/namedb/named.boot" # Flags to named (if enabled).
kerberos_server_enable="NO" # Run a kerberos master server (or NO).
@@ -68,11 +68,11 @@ tickadj_enable="NO" # Run tickadj (or NO).
tickadj_flags="-Aq" # Flags to tickadj (if enabled).
# Network Information Services (NIS) options: ###
-nis_client_enable="NO" # We're an NIS client (or NO)
+nis_client_enable="NO" # We're an NIS client (or NO).
nis_client_flags="" # Flags to ypbind (if enabled).
nis_ypset_enable="NO" # Run ypset at boot time (or NO).
nis_ypset_flags="" # Flags to ypset (if enabled).
-nis_server_enable="NO" # We're an NIS server (or NO)
+nis_server_enable="NO" # We're an NIS server (or NO).
nis_server_flags="" # Flags to ypserv (if enabled).
nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO).
nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled).
@@ -86,11 +86,11 @@ gateway_enable="NO" # Set to YES if this host will be a gateway.
router_enable="YES" # Set to YES to enable a routing daemon.
router="routed" # Name of routing daemon to use if enabled.
router_flags="-q" # Flags for routing daemon.
-mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf)
+mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf).
ipxgateway_enable="NO" # Set to YES to enable IPX routing.
ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon.
ipxrouted_flags="" # Flags for IPX routing daemon.
-arpproxy_all="" # replaces obsolete kernel option ARP_PROXY_ALL
+arpproxy_all="" # replaces obsolete kernel option ARP_PROXY_ALL.
##############################################################
@@ -109,7 +109,7 @@ 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: blank/daemon/green/snake/star/NO.
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_port="/dev/cuaa0" # Set to your mouse port (required if mousetype set).
moused_flags="" # Any additional flags to moused.
@@ -117,11 +117,11 @@ moused_flags="" # Any additional flags to moused.
### Miscellaneous administrative options ###################
##############################################################
-cron_enable="YES" # Run the periodic job daemon
-lpd_enable="YES" # Run the line printer daemon
+cron_enable="YES" # Run the periodic job daemon.
+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
+sendmail_flags="-bd -q30m" # -bd is pretty mandatory.
savecore_enable="NO" # Save kernel crashdumps for debugging (or NO).
dumpdev="NO" # Device name to crashdump to (if enabled).
check_quotas="NO" # Check quotas (or NO).
OpenPOWER on IntegriCloud