/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum-2.6.0.bz8705.smeserver-locale.avoidreboot.patch
ViewVC logotype

Annotation of /rpms/smeserver-yum/sme10/smeserver-yum-2.6.0.bz8705.smeserver-locale.avoidreboot.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:38 2022 UTC (23 months ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
bump version

1 unnilennium 1.1 diff -Nur smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py smeserver-yum-2.6.0/root/usr/lib/yum-plugins.new/smeserver.py
2     --- smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py 2017-03-29 22:27:42.000000000 +0200
3     +++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins.new/smeserver.py 2017-04-06 15:06:37.000000000 +0200
4     @@ -134,7 +134,7 @@
5     serviceslist[f]="restart"
6    
7     else:
8     - if n.startswith('smeserver') or n.startswith('e-smith'):
9     + if (n.startswith('smeserver') or n.startswith('e-smith')) and not n.startswith('smeserver-locale'):
10     smechange = True
11    
12     #only for debug
13     @@ -233,7 +233,7 @@
14     serviceslist[f]="restart"
15    
16     else:
17     - if n.startswith('smeserver') or n.startswith('e-smith'):
18     + if (n.startswith('smeserver') or n.startswith('e-smith')) and not n.startswith('smeserver-locale'):
19     smechange = True
20    
21    

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