/[smeserver]/rpms/e-smith-base/sme10/e-smith-base-5.8.1-bz12175-bz12195-bz12183.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme10/e-smith-base-5.8.1-bz12175-bz12195-bz12183.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Nov 22 20:15:27 2022 UTC (18 months, 1 week ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-25_el7_sme, e-smith-base-5_8_1-29_el7_sme, e-smith-base-5_8_1-21_el7_sme, e-smith-base-5_8_1-31_el7_sme, e-smith-base-5_8_1-28_el7_sme, e-smith-base-5_8_1-22_el7_sme, e-smith-base-5_8_1-24_el7_sme, e-smith-base-5_8_1-27_el7_sme, e-smith-base-5_8_1-23_el7_sme, e-smith-base-5_8_1-20_el7_sme, e-smith-base-5_8_1-30_el7_sme, e-smith-base-5_8_1-26_el7_sme, HEAD
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-20.sme
- expand dropin for dhcp unit [SME: 12183]
- add PartOf=networking.service to wan.service [SME: 12195]
- reduce imjournal rate-limiting  [SME: 12175]

1 diff -Nur --no-dereference e-smith-base-5.8.1.old/createlinks e-smith-base-5.8.1/createlinks
2 --- e-smith-base-5.8.1.old/createlinks 2022-11-22 14:55:50.820000000 -0500
3 +++ e-smith-base-5.8.1/createlinks 2022-11-22 15:00:44.538000000 -0500
4 @@ -340,6 +340,7 @@
5 event_link("remove-templates-custom", $event, "02");
6 templates2events("/etc/smartmontools/smartd.conf", $event);
7 templates2events("/home/e-smith/ssl.pem/pem", $event);
8 +templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event);
9 event_link("set-hostname", $event, "10");
10 event_link("user-rsshd", $event, "16");
11 event_link("conf-modules", $event, "30");
12 @@ -359,6 +360,7 @@
13 event_link("remove-templates-custom", $event, "02");
14 templates2events("/etc/smartmontools/smartd.conf", $event);
15 templates2events("/home/e-smith/ssl.pem/pem", $event);
16 +templates2events("/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf", $event);
17 event_link("rmmod-bonding", $event, "10");
18 event_link("set-hostname", $event, "10");
19 event_link("user-rsshd", $event, "16");
20 diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal
21 --- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal 2022-11-22 14:55:50.786000000 -0500
22 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/11imjournal 2022-11-22 15:08:22.661000000 -0500
23 @@ -5,3 +5,4 @@
24 $OmitLocalLogging off
25 $IMJournalStateFile imjournal.state
26 $SystemLogSocketName /run/systemd/journal/syslog
27 +$ImjournalRateLimitInterval 0
28 diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit
29 --- e-smith-base-5.8.1.old/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit 2014-03-23 22:47:23.000000000 -0400
30 +++ e-smith-base-5.8.1/root/etc/e-smith/templates/etc/rsyslog.conf/20rateLimit 2022-11-22 15:08:27.053000000 -0500
31 @@ -1,5 +1,5 @@
32 {
33 # Don't be as aggressive on rate limiting of messages
34 }
35 -$SystemLogRateLimitInterval 30
36 -$SystemLogRateLimitBurst 2000
37 +$SystemLogRateLimitInterval 0
38 +$SystemLogRateLimitBurst 0
39 diff -Nur --no-dereference e-smith-base-5.8.1.old/root/usr/lib/systemd/system/wan.service e-smith-base-5.8.1/root/usr/lib/systemd/system/wan.service
40 --- e-smith-base-5.8.1.old/root/usr/lib/systemd/system/wan.service 2021-06-06 16:30:37.000000000 -0400
41 +++ e-smith-base-5.8.1/root/usr/lib/systemd/system/wan.service 2022-11-22 15:02:13.054000000 -0500
42 @@ -2,6 +2,7 @@
43 Description=WAN interface for Koozali SME Server
44 After=network-pre.target networking.service
45 Before=network-online.target
46 +PartOf=networking.service
47
48 [Service]
49 Type=oneshot

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed