/[smeserver]/rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11537.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11537.patch

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


Revision 1.1 - (show annotations) (download)
Fri Apr 9 02:54:25 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-99_el7_sme, e-smith-base-5_8_0-94_el7_sme, e-smith-base-5_8_0-98_el7_sme, e-smith-base-5_8_0-97_el7_sme, e-smith-base-5_8_0-96_el7_sme, e-smith-base-5_8_0-95_el7_sme
* Thu Apr 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-94.sme
- fix missing path to systemctl for add-wants [SME: 11537]

1 diff -Nur --no-dereference e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/systemd-default e-smith-base-5.8.0/root/etc/e-smith/events/actions/systemd-default
2 --- e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/systemd-default 2021-04-08 22:09:04.030000000 -0400
3 +++ e-smith-base-5.8.0/root/etc/e-smith/events/actions/systemd-default 2021-04-08 22:10:53.574000000 -0400
4 @@ -179,7 +179,7 @@
5 ## readd event if present in usr/lib as preste-all does not care about that.
6 if ( $status eq "enable" and $linkedE eq "not" and $linkedD eq "not" and $wanted eq "want"){
7 #print "systemctl add-wants sme-server.target $service\n";
8 - `systemctl add-wants sme-server.target $service `;
9 + `/usr/bin/systemctl add-wants sme-server.target $service `;
10 }
11 }
12

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