mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove a pointless syslogd_flags example.
MFC after: 2 weeks
This commit is contained in:
parent
2ff0e645d1
commit
1ffa2a0a7c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136446
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user