Skip to content

Commit

Permalink
Install startup script without ".sh" extension because policy was cha…
Browse files Browse the repository at this point in the history
…nged.
  • Loading branch information
tron committed Feb 4, 2001
1 parent 66900f9 commit fdb69bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions net/samba/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.40 2001/02/04 15:29:58 tron Exp $
# $NetBSD: Makefile,v 1.41 2001/02/04 18:08:27 tron Exp $

DISTNAME= samba-2.0.7-ja-1.3
PKGNAME= samba-2.0.7.1.3
Expand Down Expand Up @@ -87,8 +87,8 @@ post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/samba
${CHMOD} -R ugo-w ${PREFIX}/share/examples/samba

${INSTALL_SCRIPT} ${WRKDIR}/nmbd.sh ${WRKDIR}/smbd.sh \
${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKDIR}/nmbd.sh ${PREFIX}/etc/rc.d/nmbd
${INSTALL_SCRIPT} ${WRKDIR}/smbd.sh ${PREFIX}/etc/rc.d/smbd

${SED} -e 's,@LOGDIR@,${SAMBA_LOGDIR},g' \
-e 's,@ETCDIR@,${SAMBA_ETCDIR},g' \
Expand Down
6 changes: 3 additions & 3 deletions net/samba/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2001/02/04 15:29:59 tron Exp $
@comment $NetBSD: PLIST,v 1.21 2001/02/04 18:08:27 tron Exp $
bin/addtosmbpass
bin/convert_smbpasswd
bin/make_printerdef
Expand All @@ -14,8 +14,8 @@ bin/smbstatus
bin/smbtar
bin/testparm
bin/testprns
etc/rc.d/nmbd.sh
etc/rc.d/smbd.sh
etc/rc.d/nmbd
etc/rc.d/smbd
lib/codepages/codepage.1251
lib/codepages/codepage.437
lib/codepages/codepage.737
Expand Down

0 comments on commit fdb69bc

Please sign in to comment.