Comment # 4 on bug 906730 from
Bogdan, does it help if you patch this?

/usr/share/YaST2/modules/services_manager_service.rb

-        if service.loaded? == service_attributes[:loaded] || service.active?
== service_attributes[:active]
+        if service.active? == service_attributes[:active]

It should be line 400


You are receiving this mail because: