summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-10-12 18:36:32 +0000
committerdes <des@FreeBSD.org>2004-10-12 18:36:32 +0000
commiteffb5b048fdceb85d53e0291fd5da55c7368076b (patch)
tree8288975da6bc9921c3af3fa512344337e20753f6 /etc
parenta8c1c80ef5a33d82995b1cd3c3100a4b0af157b5 (diff)
downloadFreeBSD-src-effb5b048fdceb85d53e0291fd5da55c7368076b.zip
FreeBSD-src-effb5b048fdceb85d53e0291fd5da55c7368076b.tar.gz
Remove a pointless syslogd_flags example.
MFC after: 2 weeks
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 0d9c891..026769a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -78,6 +78,7 @@ firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
firewall_quiet="NO" # Set to YES to suppress rule display
firewall_logging="NO" # Set to YES to enable events logging
firewall_flags="" # Flags passed to ipfw when type is a file
+hcsecd_enable="NO" # Set to YES to enable hcsecd
ip_portrange_first="NO" # Set first dynamically allocated port
ip_portrange_last="NO" # Set last dynamically allocated port
ike_enable="NO" # Enable IKE daemon (usually racoon or isakmpd)
@@ -152,7 +153,6 @@ ppp_user="root" # Which user to run ppp as
syslogd_enable="YES" # Run syslog daemon (or NO).
syslogd_program="/usr/sbin/syslogd" # path to syslogd, if you want a different one.
syslogd_flags="-s" # Flags to syslogd (if enabled).
-#syslogd_flags="-ss" # Syslogd flags to not bind an inet socket
inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one.
inetd_flags="-wW -C 60" # Optional flags to inetd
OpenPOWER on IntegriCloud