From 508d5dad20c49cba461c4c11439cc4eff4dfe86e Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Mon, 20 Mar 2000 19:53:56 +0000 Subject: [PATCH] Make syslogd boot -s by default, which prevents Bad People from filling up your diskspace. PR: conf/15737 Submitted by: Kevin Day (PR) Nick Johnson (on -current) --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 5fcb748d23ad..848094640cf2 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -80,7 +80,7 @@ ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf. ### Network daemon (miscellaneous) & NFS options: ### 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_flags="-wW" # Optional flags to inetd #