rpms/coda/devel coda-client.init,1.2,1.3

Adam Goode agoode at fedoraproject.org
Thu Jul 16 15:03:43 UTC 2009


Author: agoode

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

Modified Files:
	coda-client.init 
Log Message:
Oops, revert coda-client.init change until specfile is updated



Index: coda-client.init
===================================================================
RCS file: /cvs/extras/rpms/coda/devel/coda-client.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- coda-client.init	16 Jul 2009 15:02:06 -0000	1.2
+++ coda-client.init	16 Jul 2009 15:03:42 -0000	1.3
@@ -24,6 +24,11 @@ start() {
     [ -f $config ] || exit 6
     echo -n $"Starting $prog: "
 
+    echo -n "kernel "
+    /sbin/modprobe coda
+    /sbin/udevsettle
+
+    echo -n "venus"
     /usr/sbin/vutil --swaplogs >/dev/null 2>&1
     daemon --pidfile=$pid_file "$exec >/dev/null 2>&1"
     retval=$?




More information about the fedora-extras-commits mailing list