diff options
author | tron <tron@pkgsrc.org> | 2001-02-04 18:08:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-04 18:08:27 +0000 |
commit | fdb69bc253a7c71090e72c13159b9ef3dce34516 (patch) | |
tree | c724739039624d0862d391d906d5c1d80662d972 | |
parent | 66900f9d293b0dbc49a106e21d492e6cb25a7b46 (diff) | |
download | pkgsrc-fdb69bc253a7c71090e72c13159b9ef3dce34516.tar.gz |
Install startup script without ".sh" extension because policy was changed.
-rw-r--r-- | net/samba/Makefile | 6 | ||||
-rw-r--r-- | net/samba/pkg/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index bde0c7e3e6e..67c24767d08 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -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 @@ -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' \ diff --git a/net/samba/pkg/PLIST b/net/samba/pkg/PLIST index 8ca93fe2f56..240dc1ad38d 100644 --- a/net/samba/pkg/PLIST +++ b/net/samba/pkg/PLIST @@ -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 @@ -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 |