summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-ah
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-08-15 16:08:23 +0000
committerwennmach <wennmach>2000-08-15 16:08:23 +0000
commit245c69a58a567a79007a893e02deb1edcc760d21 (patch)
tree974de7ee6ffae0cf9f7be7ffb218c3abcaa35567 /net/arla/patches/patch-ah
parent602fc417186322eea99757cbf8a8313d4b1f22a9 (diff)
downloadpkgsrc-245c69a58a567a79007a893e02deb1edcc760d21.tar.gz
Update arla to 0.34.1.
arla-0.34.1 contains a new `bos' program, improves handling of write-back of mmaped pages after close, more stability, bug fixes, and, most notably, contains updates to the *BSD code.
Diffstat (limited to 'net/arla/patches/patch-ah')
-rw-r--r--net/arla/patches/patch-ah10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/arla/patches/patch-ah b/net/arla/patches/patch-ah
index 6b21dc9d764..8a7ad9b1905 100644
--- a/net/arla/patches/patch-ah
+++ b/net/arla/patches/patch-ah
@@ -1,10 +1,10 @@
-$NetBSD: patch-ah,v 1.1.1.1 2000/06/08 15:56:28 wennmach Exp $
+$NetBSD: patch-ah,v 1.2 2000/08/15 16:08:25 wennmach Exp $
Install xfs_mod.o into $(lkmdir), not $(bindir).
Do not strip xfs_mod.o while installing it.
---- xfs/bsd/Makefile.in.orig Wed May 31 23:38:35 2000
-+++ xfs/bsd/Makefile.in Sat Jun 3 12:33:29 2000
+--- xfs/bsd/Makefile.in.orig Thu Jun 22 04:24:42 2000
++++ xfs/bsd/Makefile.in Wed Aug 9 16:09:04 2000
@@ -18,6 +18,7 @@
INSTALL = @INSTALL@
@@ -41,5 +41,5 @@ Do not strip xfs_mod.o while installing it.
- rm -f $(DESTDIR)$(bindir)/$$f; \
+ rm -f $(DESTDIR)$(lkmdir)/$$f; \
done
- cd bin && $(MAKE) $(MFLAGS) uninstall
-
+ for i in lkm subsys modules; do \
+ if test -d /$$i; then \