Author: glen                         Date: Tue Apr  3 19:40:46 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix network.service, it MUST be ran AFTER systemd-tmpfiles-setup.service, so 
use After directive

---- Files affected:
packages/systemd:
   network.service (1.8 -> 1.9) , systemd.spec (1.146 -> 1.147) 

---- Diffs:

================================================================
Index: packages/systemd/network.service
diff -u packages/systemd/network.service:1.8 
packages/systemd/network.service:1.9
--- packages/systemd/network.service:1.8        Wed Mar 28 23:56:47 2012
+++ packages/systemd/network.service    Tue Apr  3 21:40:40 2012
@@ -2,8 +2,9 @@
 Description=Initialize network
 DefaultDependencies=no
 After=syslog.target udev-settle.service
+After=systemd-tmpfiles-setup.service
 Wants=network.target udev.service udev-settle.service
-Wants=local-fs.target systemd-tmpfiles-setup.service
+Wants=local-fs.target
 Before=network.target
 
 [Service]

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.146 packages/systemd/systemd.spec:1.147
--- packages/systemd/systemd.spec:1.146 Tue Apr  3 19:23:37 2012
+++ packages/systemd/systemd.spec       Tue Apr  3 21:40:40 2012
@@ -17,7 +17,7 @@
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 Version:       44
-Release:       10
+Release:       11
 License:       GPL v2+
 Group:         Base
 Source0:       
http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -779,6 +779,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.147  2012/04/03 19:40:40  glen
+- fix network.service, it MUST be ran AFTER systemd-tmpfiles-setup.service, so 
use After directive
+
 Revision 1.146  2012/04/03 17:23:37  baggins
 - C multipath tools without -u option
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/systemd/network.service?r1=1.8&r2=1.9
    http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.146&r2=1.147

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to