/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum-2.6.0-bz11510-donotstop.patch
ViewVC logotype

Annotation of /rpms/smeserver-yum/sme10/smeserver-yum-2.6.0-bz11510-donotstop.patch

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


Revision 1.2 - (hide annotations) (download)
Mon Jul 11 15:20:22 2022 UTC (23 months ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
bump version

1 jpp 1.1 diff -Nur --no-dereference smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py
2     --- smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py 2021-03-30 19:13:24.900000000 -0400
3     +++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py 2021-03-30 19:15:37.261000000 -0400
4     @@ -202,11 +202,7 @@
5     log(" service link " + f + ": " + (os.readlink(tmppathsrv + f)))
6     mytmpserv = os.readlink(tmppathsrv + f)
7     if not serviceslist.has_key(f):
8     - if tsmem.output_state == TS_ERASE:
9     - print('===> removal, we stop the service ' + f)
10     - serviceslist[f]="stop"
11     - else:
12     - serviceslist[f]=mytmpserv
13     + serviceslist[f]=mytmpserv
14     else:
15     if mytmpserv == "restart":
16     log("overriding all signals, forcing restart " + f )

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