* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- fix networking [SME: 12541] - require rsyslog [SME: 12544] - remove unsupported rsyslog option -c [SME: 12545] - remove duplicate entry logrotate for btmp and wtmp [SME: 12547] - rework systemd-default script (error and smartmatches) [SME: 12543] - fix self signed cert templates [SME: 12551]
This commit is contained in:
@@ -1,16 +1 @@
|
||||
# no packages own wtmp and btmp -- we'll rotate them here
|
||||
/var/log/wtmp \{
|
||||
monthly
|
||||
create 0664 root utmp
|
||||
minsize 1M
|
||||
rotate 1
|
||||
\}
|
||||
|
||||
/var/log/btmp \{
|
||||
missingok
|
||||
monthly
|
||||
create 0600 root utmp
|
||||
rotate 1
|
||||
\}
|
||||
|
||||
# system-specific logs may be also be configured here.
|
||||
|
@@ -1 +1 @@
|
||||
SYSLOGD_OPTIONS="-c 5"
|
||||
SYSLOGD_OPTIONS=""
|
||||
|
@@ -42,7 +42,7 @@
|
||||
/proc/interrupts
|
||||
/proc/ioports
|
||||
/proc/bus/pci/devices
|
||||
/proc/rtc
|
||||
/proc/driver/rtc
|
||||
/proc/uptime
|
||||
)),
|
||||
"$KeySize")
|
||||
|
Reference in New Issue
Block a user