Some patches
Adrian Bridgett
adrian.bridgett at iname.com
Fri Jun 16 16:55:52 CEST 2000
Some bits from the Debian packaging diffs that you may want:
--- arla-0.33.1.orig/lib/sl/ss.c
+++ arla-0.33.1/lib/sl/ss.c
@@ -32,7 +32,7 @@
*/
#include "sl_locl.h"
-#include <com_err.h>
+#include <et/com_err.h>
#include "ss.h"
RCSID("$Id: ss.c,v 1.1 2000/03/07 22:08:49 assar Exp $");
[it's in /usr/include/et on Debian]
--- arla-0.33.1.orig/lwp/Makefile.in
+++ arla-0.33.1/lwp/Makefile.in
@@ -104,7 +104,7 @@
testlwp.o: testlwp.c
clean:
- rm -f *.o *.a core process.ss process.i $(LIB) make-process.o.sh $(TEST_PROGRAMS)
+ rm -f *.o *.a core process.ss process.i $(LIB) make-process.o.sh $(TEST_PROGRAMS) testprocess
distclean: clean
rm -f Makefile
Or maybe it's better to add it to TEST_PROGRAMS. It's made in
make-process.o.sh.
Two bits from the init.d - don't do anything unless we need to:
+ # This now seems to need to be manually loaded before arlad is started
+ if ! lsmod | grep "^xfs " >/dev/null; then
+ echo -n "Loading Xfs user-space filesystem kernel module..."
+ modprobe xfs
+ echo done
+ fi
+ if lsmod | grep -q ^xfs ; then
+ echo -n "Removing Xfs user-space filesystem kernel module..."
+ rmmod xfs || true
+ echo done
+ else
+ echo "Xfs user-space filesystem kernel module not installed not removing."
+ fi
I don't suppose there is any ETA on either shared libraries (I see that
quite a few of the makefiles have some support, it's just commented out); or
on partial mirroring - someone at work has just started dumping linux .iso's
on AFS and at 500/600MB each I will run out of disk if I try and read them!
Cheers
Adrian
email: adrian.bridgett at iname.com
Windows NT - Unix in beta-testing. PGP key available on public key servers
Debian GNU/Linux -*- because I'm allergic to Prozac -*- www.debian.org
More information about the Arla-drinkers
mailing list