diff options
author | hubertf <hubertf> | 2001-01-26 05:21:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-26 05:21:43 +0000 |
commit | 6a61c12638fa0b8cfa31e3b17fcc61b172750bf8 (patch) | |
tree | 8da29b5c3584f56ad795de61b8510a209d489316 /net/arla | |
parent | 611ae146a05ac1e2a6af32bce663a693bbf58a0c (diff) | |
download | pkgsrc-6a61c12638fa0b8cfa31e3b17fcc61b172750bf8.tar.gz |
etc/rc.d cleanup: rename *.sh -> *
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 4 | ||||
-rw-r--r-- | net/arla/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 4d013a7e167..421afde4eca 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/18 16:32:57 wennmach Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/26 05:21:45 hubertf Exp $ # DISTNAME= arla-0.34.5 @@ -121,7 +121,7 @@ post-install: @${INSTALL} -c -o root -g wheel -m 444 \ ${FILESDIR}/fstab ${PREFIX}/share/examples/arla @${SED} -e 's|@PREFIX@|${PREFIX}|' ${FILESDIR}/arlad.sh \ - > ${PREFIX}/etc/rc.d/arlad.sh + > ${PREFIX}/etc/rc.d/arlad @${ECHO} " " .include "../../mk/bsd.pkg.mk" diff --git a/net/arla/pkg/PLIST b/net/arla/pkg/PLIST index 155c18fc415..548cc6984d1 100644 --- a/net/arla/pkg/PLIST +++ b/net/arla/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/10/18 16:32:59 wennmach Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/01/26 05:21:46 hubertf Exp $ include/atypes.h include/fs_errors.h include/base64.h @@ -89,7 +89,7 @@ etc/CellServDB.default etc/ThisCell.default etc/arla.conf.default etc/SuidCells.default -etc/rc.d/arlad.sh +etc/rc.d/arlad share/examples/arla/lkm.conf share/examples/arla/services share/examples/arla/fstab |