rpms/coda/devel 99-coda.nodes,NONE,1.1 coda-client.init,1.1,1.2

Adam Goode agoode at fedoraproject.org
Thu Jul 16 15:02:36 UTC 2009


Author: agoode

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

Modified Files:
	coda-client.init 
Added Files:
	99-coda.nodes 
Log Message:
Add 99-coda.nodes file, for putting into /etc/udev/makedev.d. This
is taken from how fuse does it. I am not changing the specfile right now
but want to add this so it is not forgotten. Possibly things need to go
into /etc/makedev.d as well?

Once this is included, then the modprobe and udev stuff in the init file
should be removed.



--- NEW FILE 99-coda.nodes ---
cfs0


Index: coda-client.init
===================================================================
RCS file: /cvs/extras/rpms/coda/devel/coda-client.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- coda-client.init	20 May 2008 19:37:56 -0000	1.1
+++ coda-client.init	16 Jul 2009 15:02:06 -0000	1.2
@@ -24,11 +24,6 @@ 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