packages: systemd/network.service, systemd/systemd.spec - as /sbin/service ...

glen glen at pld-linux.org
Sat Mar 17 10:34:22 CET 2012


Author: glen                         Date: Sat Mar 17 09:34:22 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- as /sbin/service redirects to systemd, should not use it in .service files to avoid loops

---- Files affected:
packages/systemd:
   network.service (1.5 -> 1.6) , systemd.spec (1.128 -> 1.129) 

---- Diffs:

================================================================
Index: packages/systemd/network.service
diff -u packages/systemd/network.service:1.5 packages/systemd/network.service:1.6
--- packages/systemd/network.service:1.5	Fri Mar 16 08:18:19 2012
+++ packages/systemd/network.service	Sat Mar 17 10:34:17 2012
@@ -7,8 +7,8 @@
 
 [Service]
 Type=oneshot
-ExecStart=/sbin/service network start
-ExecStop=/sbin/service network stop
+ExecStart=/etc/rc.d/init.d/network start
+ExecStop=/etc/rc.d/init.d/network stop
 RemainAfterExit=true
 
 [Install]

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.128 packages/systemd/systemd.spec:1.129
--- packages/systemd/systemd.spec:1.128	Fri Mar 16 22:34:52 2012
+++ packages/systemd/systemd.spec	Sat Mar 17 10:34:17 2012
@@ -18,7 +18,7 @@
 Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
 Name:		systemd
 Version:	44
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Base
 Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -769,6 +769,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.129  2012/03/17 09:34:17  glen
+- as /sbin/service redirects to systemd, should not use it in .service files to avoid loops
+
 Revision 1.128  2012/03/16 21:34:52  baggins
 - up to 44
 - add patch to fix CVE-2012-1174 (https://bugzilla.redhat.com/show_bug.cgi?id=803358)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/network.service?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.128&r2=1.129&f=u



More information about the pld-cvs-commit mailing list