summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-06-30 15:03:11 +0000
committerwennmach <wennmach>2000-06-30 15:03:11 +0000
commit7de8548965655bdc3ed68c128788c0dea004325d (patch)
tree375fd92142e9c75a508267de8e881474dc28e9e0 /net/arla
parent424f96758dd848a0dcafa1b245f9efd87bc6377c (diff)
downloadpkgsrc-7de8548965655bdc3ed68c128788c0dea004325d.tar.gz
Remove some more smartness from Makefile
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/Makefile18
-rw-r--r--net/arla/pkg/MESSAGE4
2 files changed, 5 insertions, 17 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile
index 0159dd267ca..907f1884a01 100644
--- a/net/arla/Makefile
+++ b/net/arla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/30 13:35:54 wennmach Exp $
+# $NetBSD: Makefile,v 1.3 2000/06/30 15:03:11 wennmach Exp $
#
DISTNAME= arla-0.33
@@ -105,22 +105,8 @@ post-install:
@${SED} -e 's|@PREFIX@|${PREFIX}|g' \
< ${FILESDIR}/lkm.conf \
> ${PREFIX}/share/examples/arla/lkm.conf
- @if ${GREP} xfs_mod /etc/lkm.conf 2>/dev/null 1>&2 ; then \
- ${ECHO} "Not changing /etc/lkm.conf"; \
- else \
- ${ECHO} "Appending to /etc/lkm.conf"; \
- ${CAT} ${PREFIX}/share/examples/arla/lkm.conf \
- >> /etc/lkm.conf; \
- fi
@${INSTALL} -c -o root -g wheel -m 444 \
- ${FILESDIR}/services ${PREFIX}/share/examples/arla
- @if ${GREP} afs3-bos /etc/services 2>/dev/null 1>&2 ; then \
- ${ECHO} "Not changing /etc/services"; \
- else \
- ${ECHO} "Appending to /etc/services"; \
- ${CAT} ${PREFIX}/share/examples/arla/services \
- >> /etc/services; \
- fi
+ ${FILESDIR}/services ${PREFIX}/share/examples/arla
@${INSTALL} -c -o root -g wheel -m 444 \
${FILESDIR}/fstab ${PREFIX}/share/examples/arla
@${SED} -e 's|@PREFIX@|${PREFIX}|' ${FILESDIR}/arlad.sh \
diff --git a/net/arla/pkg/MESSAGE b/net/arla/pkg/MESSAGE
index d96fa7910d3..329e2a68af7 100644
--- a/net/arla/pkg/MESSAGE
+++ b/net/arla/pkg/MESSAGE
@@ -13,7 +13,9 @@ Default configuration files are installed in @PREFIX@/etc.
At a minimum, to configure an arla client, copy
@PREFIX@/etc/{CellServDB,SuidCells,ThisCell,arla.conf}.default to
@PREFIX@/etc/{CellServDB,SuidCells,ThisCell,arla.conf} and customize them.
-Also, start arlad from rc.local, using the script provided in
+Start arlad from rc.local, using the script provided in
@PREFIX@/etc/rc.d/arlad.sh and include an entry for xfs in your /etc/fstab
(see @PREFIX@/share/examples/arla/fstab).
+Also, append @PREFIX@/share/examples/arla/services to /etc/services and
+append @PREFIX@/share/examples/arla/lkm.conf to /etc/lkm.conf.
===============================================================================