packages: systemd/systemd.spec - fix udevd path in scripts

baggins baggins at pld-linux.org
Thu May 31 12:28:32 CEST 2012


Author: baggins                      Date: Thu May 31 10:28:32 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix udevd path in scripts

---- Files affected:
packages/systemd:
   systemd.spec (1.173 -> 1.174) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.173 packages/systemd/systemd.spec:1.174
--- packages/systemd/systemd.spec:1.173	Thu May 31 12:25:05 2012
+++ packages/systemd/systemd.spec	Thu May 31 12:28:27 2012
@@ -870,7 +870,7 @@
 	if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
 		if grep -qs devtmpfs /proc/mounts && [ -n "$(pidof udevd)" ]; then
 			/sbin/udevadm control --exit
-			/lib/systemd/systemd-udevd --daemon
+			/lib/udev/udevd --daemon
 		fi
 	else
 		SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
@@ -1347,6 +1347,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.174  2012/05/31 10:28:27  baggins
+- fix udevd path in scripts
+
 Revision 1.173  2012/05/31 10:25:05  baggins
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.173&r2=1.174



More information about the pld-cvs-commit mailing list