]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- rel 6 auto/th/systemd-43-6
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 15 Mar 2012 20:06:35 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- better network services cleanup in trigger

Changed files:
    systemd.spec -> 1.126

systemd.spec

index 0c92995e7666c917345cb8b5cc6e009675a4920a..d6aa0af5c54198bc9044cfd91b21517b4c3b391a 100644 (file)
@@ -17,7 +17,7 @@ Summary:      A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 Version:       43
-Release:       5
+Release:       6
 License:       GPL v2+
 Group:         Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -477,11 +477,12 @@ if [ $1 -ge 1 ]; then
        /bin/systemctl daemon-reload > /dev/null 2>&1 || :
 fi
 
-%triggerpostun units -- %{name}-units < 43-4
+%triggerpostun units -- %{name}-units < 43-6
 # Remove design fialures
-/bin/systemctl disable network-post.service >/dev/null 2>&1 || :
 rm -f %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@*.service >/dev/null 2>&1 || :
 rm -f %{_sysconfdir}/systemd/system/network.target.wants/network-post.service >/dev/null 2>&1 || :
+rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service >/dev/null 2>&1 || :
+/bin/systemctl reenable network.service >/dev/null 2>&1 || :
 
 %post no-compat-tmpfiles
 %{__sed} -i -e '/^#/!s/^/# /g' %{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf
This page took 0.044205 seconds and 4 git commands to generate.