mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
Make syslogd boot -s by default, which prevents Bad People from filling up
your diskspace. PR: conf/15737 Submitted by: Kevin Day <toasty@dragondata.com> (PR) Nick Johnson <freebsd@spatula.net> (on -current)
This commit is contained in:
parent
ae562b99a0
commit
508d5dad20
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58400
@ -80,7 +80,7 @@ ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf.
|
|||||||
|
|
||||||
### Network daemon (miscellaneous) & NFS options: ###
|
### Network daemon (miscellaneous) & NFS options: ###
|
||||||
syslogd_enable="YES" # Run syslog daemon (or NO).
|
syslogd_enable="YES" # Run syslog daemon (or NO).
|
||||||
syslogd_flags="" # Flags to syslogd (if enabled).
|
syslogd_flags="-s" # Flags to syslogd (if enabled).
|
||||||
inetd_enable="YES" # Run the network daemon dispatcher (or NO).
|
inetd_enable="YES" # Run the network daemon dispatcher (or NO).
|
||||||
inetd_flags="-wW" # Optional flags to inetd
|
inetd_flags="-wW" # Optional flags to inetd
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user