diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-05 20:45:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-05 20:45:16 +0000 |
commit | 6982d77ea19537266438bdfe26d8531cda981058 (patch) | |
tree | 984965e03f4e8da3537946a1d86d755c1a476256 /security/ssh2 | |
parent | 7f9d3d74f574c50058417d08e2f3b40abf20be3e (diff) |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 87d0fb64b084..c1f48e7c10fb 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Oct 1998 # Whom: Issei Suzuki <issei@jp.FreeBSD.ORG> # -# $Id: Makefile,v 1.75 1998/12/01 11:10:33 obrien Exp $ +# $Id: Makefile,v 1.76 1999/02/05 06:11:31 ache Exp $ # # Maximal ssh2 package requires YES values for # USE_SSH1, USE_TCPWRAP @@ -93,8 +93,5 @@ post-install: ${ECHO} "[ -x ${PREFIX}/sbin/sshd ] && ${PREFIX}/sbin/sshd && ${ECHO} -n ' sshd'" >> ${PREFIX}/etc/rc.d/sshd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/sshd.sh; \ fi - @if [ -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \ - chmod -x ${PREFIX}/etc/rc.d/sshd.sh; \ - fi .include <bsd.port.mk> |