Use ${SH} to invoke shell scripts since the execute bits aren't set

for these files in CVS.

Submitted by:	maintainer
This commit is contained in:
Steve Price 1999-12-27 15:47:27 +00:00
parent 7da8cc3fc6
commit 8f6e43bb08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24163

View file

@ -123,10 +123,10 @@ post-install:
${PREFIX}/bin/qpr ${PREFIX}/bin/qrls \
${PREFIX}/bin/qstat ${PREFIX}/bin/qsub \
${PREFIX}/bin/qsuspend; \
${SYSINST} ${CONFIGFILE} ${FILESDIR}/${STARTUP} ${RCDIR}/${STARTUP}; \
${SYSLOGFIX}; \
${PLISTFIX} ${CONFIGFILE} ${WRKDIR}; \
${ECHO} "You may want run ${CREATEQ} to actually make some queues"; \
${SH} ${SYSINST} ${CONFIGFILE} ${FILESDIR}/${STARTUP} ${RCDIR}/${STARTUP}; \
${SH} ${SYSLOGFIX}; \
${SH} ${PLISTFIX} ${CONFIGFILE} ${WRKDIR}; \
${ECHO} "You may want run ${SH} ${CREATEQ} to actually make some queues"; \
${ECHO} ""
.include <bsd.port.mk>