1 |
jpp |
1.1 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd |
2 |
|
|
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd 1969-12-31 19:00:00.000000000 -0500 |
3 |
|
|
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/32systemd 2022-04-15 15:43:09.730000000 -0400 |
4 |
|
|
@@ -0,0 +1,4 @@ |
5 |
|
|
+# systemd |
6 |
|
|
+:programname, isequal, "systemd" { (($rsyslog{systemd} || "disabled") ne "enabled" )? "stop" : "/var/log/systemd.log |
7 |
|
|
+& stop" } |
8 |
|
|
+ |
9 |
|
|
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd e-smith-base-5.8.1/root/etc/logrotate.d/systemd |
10 |
|
|
--- e-smith-base-5.8.1.old/root/etc/logrotate.d/systemd 1969-12-31 19:00:00.000000000 -0500 |
11 |
|
|
+++ e-smith-base-5.8.1/root/etc/logrotate.d/systemd 2022-04-15 15:43:37.774000000 -0400 |
12 |
|
|
@@ -0,0 +1,8 @@ |
13 |
|
|
+/var/log/systemd.log { |
14 |
|
|
+ missingok |
15 |
|
|
+ sharedscripts |
16 |
|
|
+ postrotate |
17 |
|
|
+ /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true |
18 |
|
|
+ endscript |
19 |
|
|
+} |
20 |
|
|
+ |
21 |
jpp |
1.2 |
diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/10modules e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/10modules |
22 |
|
|
--- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 2022-04-16 01:25:27.343000000 -0400 |
23 |
|
|
+++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 2022-04-16 01:26:37.204000000 -0400 |
24 |
|
|
@@ -7,10 +7,6 @@ |
25 |
|
|
} |
26 |
|
|
$ModLoad imklog |
27 |
|
|
{ |
28 |
|
|
-# provides --MARK-- message capability |
29 |
|
|
-} |
30 |
|
|
-$ModLoad immark |
31 |
|
|
-{ |
32 |
|
|
# provides getting logs from journald |
33 |
|
|
} |
34 |
|
|
$ModLoad imjournal |