summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-02-05 20:45:16 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-02-05 20:45:16 +0000
commit6982d77ea19537266438bdfe26d8531cda981058 (patch)
tree984965e03f4e8da3537946a1d86d755c1a476256 /security
parentUpgrade to Apache 1.3.4 + mod_ssl 2.2.2 (diff)
remove lines which do chmod -x on recently installed rc.d/sshd.sh
Notes
Notes: svn path=/head/; revision=16547
Diffstat (limited to 'security')
-rw-r--r--security/ssh2/Makefile5
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>