1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix installation of the service script in rc.d.

The script was installed without execute permission and was therefore
ignored during multi-user start-up.

Submitted by:	jhs
Approved by:	antoine (implicit)
This commit is contained in:
Stefan Eßer 2019-02-05 13:21:27 +00:00
parent ee3d8efac6
commit 3149851c59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492208

View File

@ -2,6 +2,7 @@
PORTNAME= timed
PORTVERSION= 8.1
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= se@FreeBSD.org
@ -22,7 +23,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${f}/${f}.8 \
${STAGEDIR}${MAN8PREFIX}/man/man8/
.endfor
${INSTALL_DATA} ${WRKSRC}/rc.d/timed \
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/timed \
${STAGEDIR}${PREFIX}/etc/rc.d/
.include <bsd.port.mk>