diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-31 04:07:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-31 04:07:36 +0000 |
commit | 8f60996bfef7c00bde1bb7e216d607163496c698 (patch) | |
tree | 518d3b55729ec76ef003bc20f4a3ca210a90da06 /net/bind9 | |
parent | d0319ffdcf8d4b15ed227d292b322278e60a7804 (diff) | |
download | pkgsrc-8f60996bfef7c00bde1bb7e216d607163496c698.tar.gz |
make the rc.d script's name a bit more obvious
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 | ||||
-rw-r--r-- | net/bind9/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 17014a68d80..8c386ceda5d 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/01/28 13:19:28 itojun Exp $ +# $NetBSD: Makefile,v 1.23 2001/01/31 04:07:36 hubertf Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -48,6 +48,6 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.5 ${PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/*.8 ${PREFIX}/man/man8 - ${INSTALL_DATA} ${WRKDIR}/named ${PREFIX}/etc/rc.d + ${INSTALL_DATA} ${WRKDIR}/named ${PREFIX}/etc/rc.d/named9 .include "../../mk/bsd.pkg.mk" diff --git a/net/bind9/pkg/PLIST b/net/bind9/pkg/PLIST index 7349a7f372a..d629e9dba29 100644 --- a/net/bind9/pkg/PLIST +++ b/net/bind9/pkg/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.13 2001/01/26 21:12:02 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.14 2001/01/31 04:07:37 hubertf Exp $ bin/dig bin/host bin/isc-config.sh bin/nslookup bin/nsupdate -etc/rc.d/named +etc/rc.d/named9 include/dns/a6.h include/dns/acl.h include/dns/adb.h |