/[smeserver]/rpms/e-smith-proxy/sme10/e-smith-proxy-5.6.0-bz11713-networksystemd.patch
ViewVC logotype

Contents of /rpms/e-smith-proxy/sme10/e-smith-proxy-5.6.0-bz11713-networksystemd.patch

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


Revision 1.1 - (show annotations) (download)
Fri Oct 22 02:06:16 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-proxy-5_6_0-10_el7_sme, e-smith-proxy-5_6_0-12_el7_sme, e-smith-proxy-5_6_0-11_el7_sme, HEAD
* Thu Oct 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme
- fix squid starting before network [SME: 11713]
  also dropin file not expanded on install fixed

1 diff -Nur --no-dereference e-smith-proxy-5.6.0.old/createlinks e-smith-proxy-5.6.0/createlinks
2 --- e-smith-proxy-5.6.0.old/createlinks 2021-10-21 21:52:56.884000000 -0400
3 +++ e-smith-proxy-5.6.0/createlinks 2021-10-21 22:01:13.485000000 -0400
4 @@ -49,3 +49,12 @@
5 templates2events("/etc/systemd/system-preset/49-koozali.preset", $event);
6 templates2events("/usr/lib/systemd/system/squid.service.d/50koozali.conf", $event);
7 event_link("systemd-reload", $event, "89");
8 +
9 +foreach $event (qw(
10 + post-install
11 + post-upgrade
12 +))
13 +{
14 + templates2events("/usr/lib/systemd/system/squid.service.d/50koozali.conf", $event);
15 +}
16 +
17 diff -Nur --no-dereference e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit e-smith-proxy-5.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit
18 --- e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit 1969-12-31 19:00:00.000000000 -0500
19 +++ e-smith-proxy-5.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/squid.service.d/50koozali.conf/20unit 2021-10-21 22:02:06.672000000 -0400
20 @@ -0,0 +1,4 @@
21 +
22 +[Unit]
23 +After=network-online.target
24 +

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