Jan Harkes writes:
Coda-6.0.15 is available for download.
There are also new versions of linux-coda, lwp, rpc2 and rvm.
linux-coda 6.4
lwp 2.2
rpc2 2.0
rvm 1.12
I've built rpm's with all the above .src.rpm's,and installed
or upgraded them on machines running OpenSUSE 10.1, Fedora Core 5, and
Whitebox Enterprise Linux 4 (Redhat derivative), the latter with x86 and
x86_64 . All went very smoothly, and are running the new versions now. One
small fix for coda.spec (diff below) to fix the init.d file locations on
OpenSuse.
jerry
===================================================================
--- coda-debug-6.0.15-1.spec 2006-06-02 07:46:50.000000000 -0500
+++ coda-debug-6.0.15-1.spec.orig 2006-06-01 00:18:42.000000000 -0500
@@ -1,6 +1,5 @@
%define version 6.0.15
%define debug 1
-%define initdir %(if test -d /etc/init.d/. ; then echo /etc/init.d ; else
echo /etc/rc.d/init.d ; fi)
Summary: Coda distributed file system
Name: coda-debug
Version: %{version}
@@ -166,7 +165,7 @@
/etc/coda/realms
/etc/coda/venus.conf.ex
/etc/coda/sidekick.intr.ex
-%{initdir}/venus.init
+/etc/rc.d/init.d/venus.init
/usr/sbin/sidekick
/usr/sbin/codaconfedit
/usr/sbin/coda-setup-ports
@@ -266,9 +265,9 @@
/usr/share/man/man8/vice-setup.8.gz
/usr/share/man/man8/volutil.8.gz
/usr/share/man/man8/vutil.8.gz
-%{initdir}/codasrv.init
-%{initdir}/auth2.init
-%{initdir}/update.init
+/etc/rc.d/init.d/codasrv.init
+/etc/rc.d/init.d/auth2.init
+/etc/rc.d/init.d/update.init
%files backup
%defattr(-,root,root)