Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 88
View file
pykolab.spec
Changed
@@ -1,4 +1,4 @@ -%if 0%{?opensuse_bs} && 0%{?suse_version} < 1 +%if 0%{?opensuse_bs} #!BuildIgnore: systemd %endif @@ -341,7 +341,7 @@ %endif else %if 0%{?with_systemd} - /bin/systemctl reload-or-try-restart wallace.service + /bin/systemctl reload-or-try-restart wallace.service >/dev/null 2>&1 || : %else /sbin/service wallace condrestart %endif @@ -350,8 +350,8 @@ %preun -n wallace if [ "$1" == "0" ]; then %if 0%{?with_systemd} - /bin/systemctl --no-reload disable wallace.service - /bin/systemctl stop wallace.service + /bin/systemctl --no-reload disable wallace.service >/dev/null 2>&1 || : + /bin/systemctl stop wallace.service >/dev/null 2>&1 || : %else /sbin/service wallace stop > /dev/null 2>&1 /sbin/chkconfig --del wallace
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.