rpms/coda/devel coda-client.init,1.3,1.4 coda.spec,1.14,1.15

Neil Horman nhorman at fedoraproject.org
Thu Jul 23 10:47:26 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/coda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19890

Modified Files:
	coda-client.init coda.spec 
Log Message:
Fixing misuse of udevsettle in coda-client.init


Index: coda-client.init
===================================================================
RCS file: /cvs/extras/rpms/coda/devel/coda-client.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- coda-client.init	16 Jul 2009 15:03:42 -0000	1.3
+++ coda-client.init	23 Jul 2009 10:46:55 -0000	1.4
@@ -26,7 +26,7 @@ start() {
 
     echo -n "kernel "
     /sbin/modprobe coda
-    /sbin/udevsettle
+    /sbin/udevadm settle --timeout=0
 
     echo -n "venus"
     /usr/sbin/vutil --swaplogs >/dev/null 2>&1


Index: coda.spec
===================================================================
RCS file: /cvs/extras/rpms/coda/devel/coda.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- coda.spec	20 Jul 2009 23:25:43 -0000	1.14
+++ coda.spec	23 Jul 2009 10:46:55 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           coda
 Version:        6.9.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Coda distributed file system
 Group:          System Environment/Daemons
 License:        GPLv2
@@ -311,6 +311,9 @@ fi
 
 
 %changelog
+* Thu Jul 23 2009 Neil Horman <nhorman at redhat.com> - 6.9.4-6
+- Fix misuse of depricated udevsettle
+
 * Mon Jul 20 2009 Neil Horman <nhorman at redhat.com> - 6.9.4-5
 - Fix some sname stack overflows
 




More information about the fedora-extras-commits mailing list