summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-09-02 23:34:19 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-09-02 23:34:19 +0000
commit1088a254de321938e2d2a1a11803c0e0579b6223 (patch)
tree64c96779ee3f73b176cb0e43de2819c9e369def7
parent61fea3829341d3a0a468e2e0267e3fcd10d49cc1 (diff)
Notes
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index b542b3470b88..f90750157561 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -112,6 +112,7 @@ 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" # Optional flags to inetd