packages: udev/udev.spec - rel 3; fix systemd_booted path

cactus cactus at pld-linux.org
Mon Dec 5 09:21:11 CET 2011


Author: cactus                       Date: Mon Dec  5 08:21:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3; fix systemd_booted path

---- Files affected:
packages/udev:
   udev.spec (1.365 -> 1.366) 

---- Diffs:

================================================================
Index: packages/udev/udev.spec
diff -u packages/udev/udev.spec:1.365 packages/udev/udev.spec:1.366
--- packages/udev/udev.spec:1.365	Sun Dec  4 21:17:55 2011
+++ packages/udev/udev.spec	Mon Dec  5 09:21:05 2011
@@ -33,7 +33,7 @@
 Name:		udev
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:	175
-Release:	2
+Release:	3
 Epoch:		1
 License:	GPL v2+
 Group:		Base
@@ -432,7 +432,7 @@
 
 %post core
 if [ $1 -gt 1 ]; then
-	if [ ! -x /sbin/systemd_booted ] || ! /sbin/systemd_booted; then
+	if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
 		if [ -n "$(pidof udevd)" ]; then
 			/sbin/udevadm control --exit
 			/lib/udev/udevd --daemon
@@ -448,7 +448,7 @@
 
 %post systemd
 %systemd_post udev-settle.service
-if [ $1 -gt 1 ] && /sbin/systemd_booted; then
+if [ $1 -gt 1 ] && /bin/systemd_booted; then
 	SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
 	/bin/systemctl --quiet try-restart udev.service || :
 fi
@@ -633,6 +633,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.366  2011/12/05 08:21:05  cactus
+- rel 3; fix systemd_booted path
+
 Revision 1.365  2011/12/04 20:17:55  jajcus
 - BR: rpmbuild(macros) >= 1.628
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/udev/udev.spec?r1=1.365&r2=1.366&f=u



More information about the pld-cvs-commit mailing list