Install startup script without ".sh" extension because policy was changed.
This commit is contained in:
parent
66900f9d29
commit
fdb69bc253
2 changed files with 6 additions and 6 deletions
|
@ -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' \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue