Sorry to everyone, the commits previously broke installing for these ports.

Thanks to those who reported this.

PRs:		17927, 17937
Submitted by:	Keith Davey <redlance@primenet.com>
		maintainer (ssh2)
This commit is contained in:
Will Andrews 2000-04-14 15:04:29 +00:00
parent 76a1c96c9e
commit b0aff2c200
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27523
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
${SED} -e 's+!!PREFIX!!+${PREFIX}+g' ${FILESDIR}/sshd.sh \
> ${PREFIX}/etc/rc.d/sshd.sh \
> ${PREFIX}/etc/rc.d/sshd.sh; \
${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \
fi

View file

@ -102,7 +102,7 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
${SED} -e 's+!!PREFIX!!+${PREFIX}+' < ${FILESDIR}/sshd.sh \
> ${PREFIX}/etc/rc.d/sshd.sh
> ${PREFIX}/etc/rc.d/sshd.sh; \
${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \
fi