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:
parent
76a1c96c9e
commit
b0aff2c200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27523
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user