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/zephyr | |
parent | 611ae146a05ac1e2a6af32bce663a693bbf58a0c (diff) | |
download | pkgsrc-6a61c12638fa0b8cfa31e3b17fcc61b172750bf8.tar.gz |
etc/rc.d cleanup: rename *.sh -> *
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 4 | ||||
-rw-r--r-- | net/zephyr/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 7ad0a5ed38b..62b1ee1a38c 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/09/14 02:32:26 kim Exp $ +# $NetBSD: Makefile,v 1.18 2001/01/26 05:21:47 hubertf Exp $ # DISTNAME= zephyr-2.0.4 @@ -28,7 +28,7 @@ ZEPHYR_DOCS= INSTALL NOTES OPERATING README USING post-install: ${MKDIR} ${ZEPHYR_RCDIR} ${SED} -e 's|@prefix@|'${PREFIX}'|g' < ${FILESDIR}/zhm.sh > ${WRKDIR}/zhm.sh - ${INSTALL_SCRIPT} ${WRKDIR}/zhm.sh ${ZEPHYR_RCDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/zhm.sh ${ZEPHYR_RCDIR}/zhm ${MKDIR} ${ZEPHYR_DOCDIR} for file in ${ZEPHYR_DOCS} ; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${ZEPHYR_DOCDIR} ; \ diff --git a/net/zephyr/pkg/PLIST b/net/zephyr/pkg/PLIST index 25ab7ec6de0..c49c485421d 100644 --- a/net/zephyr/pkg/PLIST +++ b/net/zephyr/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1998/05/09 13:16:09 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 2001/01/26 05:21:47 hubertf Exp $ bin/xzwrite bin/zaway bin/zctl @@ -8,7 +8,7 @@ bin/znol bin/zstat bin/zwgc bin/zwrite -etc/rc.d/zhm.sh +etc/rc.d/zhm etc/zephyr/acl/class-registry.acl etc/zephyr/acl/iui-filsrv.acl etc/zephyr/acl/iui-hm_ctl.acl |