From 6982d77ea19537266438bdfe26d8531cda981058 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 5 Feb 1999 20:45:16 +0000 Subject: remove lines which do chmod -x on recently installed rc.d/sshd.sh --- security/ssh2/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'security') 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 # -# $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 -- cgit v1.2.3