diff options
author | ache <ache@FreeBSD.org> | 1999-02-05 20:45:16 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-02-05 20:45:16 +0000 |
commit | 9d956e376bd54ba0dc2385c1d718bcc2139792b5 (patch) | |
tree | 47b4c677dce3d4341ce9601bd71961ef04539d8f /security | |
parent | fd9a97d74ee94ab55d5880f4b662e4270925bf45 (diff) | |
download | FreeBSD-ports-9d956e376bd54ba0dc2385c1d718bcc2139792b5.zip FreeBSD-ports-9d956e376bd54ba0dc2385c1d718bcc2139792b5.tar.gz |
remove lines which do chmod -x on recently installed rc.d/sshd.sh
Diffstat (limited to 'security')
-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 87d0fb6..c1f48e7 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> |