From d4608f113f0ab4ca81225da0fd9882fc16b4ff7d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 11 Nov 2021 03:37:13 +0100 Subject: [PATCH 282/325] rc.conf: Default to syslogd not opening any network sockets Obtained from: ElectroBSD --- libexec/rc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index af0d93c4bb12..35369cac30ea 100755 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -279,7 +279,7 @@ hostapd_program="/usr/sbin/hostapd" hostapd_enable="NO" # Run hostap daemon. 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 -O electrobsd" # Flags to syslogd (if enabled). +syslogd_flags="-ss -O electrobsd" # Flags to syslogd (if enabled). syslogd_oomprotect="YES" # Don't kill syslogd when swap space is exhausted. altlog_proglist="" # List of chrooted applicatioins in /var inetd_enable="NO" # Run the network daemon dispatcher (YES/NO). -- 2.32.0