Skip to content

Commit

Permalink
Rename dhid.sh.sample to dhid.sh. This matches what security/ssh does.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnylam88 committed Aug 4, 1999
1 parent a3d4c1d commit 4171c2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions net/dhid/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1999/07/20 06:32:05 jlam Exp $
# $NetBSD: Makefile,v 1.3 1999/08/04 14:04:36 jlam Exp $
#

DISTNAME= dhid-3.0
Expand All @@ -16,14 +16,14 @@ pre-patch:
do-configure:
${SED} -e "s,@PREFIX@,${PREFIX},g" ${WRKSRC}/dtool.in >${WRKSRC}/dtool
${SED} -e "s,@PREFIX@,${PREFIX},g" -e "s,@ECHO@,${ECHO},g" \
${FILESDIR}/dhid.sh.sample >${WRKDIR}/dhid.sh.sample
${FILESDIR}/dhid.sh >${WRKDIR}/dhid.sh

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/libexec
${INSTALL_SCRIPT} ${WRKSRC}/dtool ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/dtool.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/dhid.8 ${PREFIX}/man/man8
${INSTALL_SCRIPT} ${WRKDIR}/dhid.sh.sample ${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKDIR}/dhid.sh ${PREFIX}/etc/rc.d
${INSTALL_DATA} ${WRKSRC}/dhid.conf ${PREFIX}/share/examples
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dhid
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/dhid
Expand Down
2 changes: 1 addition & 1 deletion net/dhid/files/dhid.sh.sample → net/dhid/files/dhid.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: dhid.sh.sample,v 1.2 1999/07/20 06:32:05 jlam Exp $
# $NetBSD: dhid.sh,v 1.1 1999/08/04 14:04:36 jlam Exp $

DHID=@PREFIX@/libexec/dhid
if [ -f ${DHID} ]; then
Expand Down
4 changes: 2 additions & 2 deletions net/dhid/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/19 11:38:33 jlam Exp $
etc/rc.d/dhid.sh.sample
@comment $NetBSD: PLIST,v 1.2 1999/08/04 14:04:37 jlam Exp $
etc/rc.d/dhid.sh
libexec/dhid
man/man1/dtool.1
man/man8/dhid.8
Expand Down

0 comments on commit 4171c2b

Please sign in to comment.