From 1f8a756384da536e9490e959045926d2b91f3fc3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 11 Nov 2021 03:37:13 +0100 Subject: [PATCH 239/310] 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 4bbc647b0839..b42811a4ddea 100755 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -292,7 +292,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.37.1