aboutsummaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-14 15:04:29 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-14 15:04:29 +0000
commitb0aff2c200815226cafa1b15cae8659725342d90 (patch)
treea1fc84007edc3fb01ba996dfcac8151248b264d9 /security/ssh
parent76a1c96c9ef42eed6424d6619b337388913d8a42 (diff)
downloadports-b0aff2c200815226cafa1b15cae8659725342d90.tar.gz
ports-b0aff2c200815226cafa1b15cae8659725342d90.zip
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 823b0c92b89c..e49d4ddb39df 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -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