]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- let sockets.target know there are new services in post inetd scriptlet
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 11 Jun 2012 11:42:25 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd.spec -> 1.184

systemd.spec

index 1184f7889b4dbbe50866460d12456fec7a523862..19d61ccd459cce5372182223bb8372ef195c7406 100644 (file)
@@ -39,7 +39,7 @@ Summary(pl.UTF-8):    systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:       185
-Release:       1
+Release:       1.1
 Epoch:         1
 License:       GPL v2+
 Group:         Base
@@ -881,6 +881,8 @@ fi
 
 %post inetd
 %systemd_reload
+# Do not change it to restart, we only want to start new services here
+%systemd_service_start sockets.target
 
 %postun inetd
 %systemd_reload
This page took 0.050236 seconds and 4 git commands to generate.