Skip to content

Commit

Permalink
make the rc.d script's name a bit more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertf committed Jan 31, 2001
1 parent d0319ff commit 8f60996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net/bind9/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions net/bind9/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8f60996

Please sign in to comment.