diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-06-30 15:03:11 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-06-30 15:03:11 +0000 |
commit | 2fdaec5140547602c9956461b3f2533570232c67 (patch) | |
tree | 375fd92142e9c75a508267de8e881474dc28e9e0 /net | |
parent | 50633292f12be321933c3c57701d7a550ee3019b (diff) | |
download | pkgsrc-2fdaec5140547602c9956461b3f2533570232c67.tar.gz |
Remove some more smartness from Makefile
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 18 | ||||
-rw-r--r-- | net/arla/pkg/MESSAGE | 4 |
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. =============================================================================== |