From 8e03a1023771b368447fd9b05b608a05bcd41dea Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 8 Nov 2021 10:08:48 +0100 Subject: [PATCH 233/310] rc.conf: Let syslogd log in ElectroBSD format by default 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 b034ac46e48f..4bbc647b0839 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" # Flags to syslogd (if enabled). +syslogd_flags="-s -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