Add missing '.'

This commit is contained in:
Dima Ruban 1997-06-24 22:36:42 +00:00
parent bcd1c7cec0
commit a9196dd6b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26906

View File

@ -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).