summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-ab
blob: 0d42a7178e99ea3b56f333adb99d6afc47fb6681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
$NetBSD: patch-ab,v 1.5 1998/11/04 23:43:39 tron Exp $

--- configure.orig	Wed Jul  8 18:41:14 1998
+++ configure	Thu Nov  5 00:28:07 1998
@@ -1996,12 +1996,6 @@
 
 export CFLAGS CC
 
-# Socket pairs appear to be broken on several systems.  I don't know exactly
-# where, so I'll use pipes everywhere for now.
-cat >> confdefs.h <<\EOF
-#define USE_PIPES 1
-EOF
-
 
 echo $ac_n "checking that the compiler works""... $ac_c" 1>&6
 echo "configure:2008: checking that the compiler works" >&5
@@ -7344,15 +7338,15 @@
    case "$enableval" in
   no)
        echo "$ac_t""no" 1>&6
-       SSHINSTALLMODE=0711
+       SSHINSTALLMODE=0511
        ;;
   *)   echo "$ac_t""yes" 1>&6
-       SSHINSTALLMODE=04711
+       SSHINSTALLMODE=04511
        ;;
   esac 
 else
   echo "$ac_t""yes" 1>&6
-  SSHINSTALLMODE=04711
+  SSHINSTALLMODE=04511
 
 fi
 
@@ -7632,7 +7626,7 @@
 ac_given_srcdir=$srcdir
 ac_given_INSTALL="$INSTALL"
 
-trap 'rm -fr `echo "Makefile sshd.8 ssh.1 make-ssh-known-hosts.1 zlib-1.0.4/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile sshd.8 ssh.1 make-ssh-known-hosts.pl make-ssh-known-hosts.1 zlib-1.0.4/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -7740,7 +7734,7 @@
 
 cat >> $CONFIG_STATUS <<EOF
 
-CONFIG_FILES=\${CONFIG_FILES-"Makefile sshd.8 ssh.1 make-ssh-known-hosts.1 zlib-1.0.4/Makefile"}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile sshd.8 ssh.1 make-ssh-known-hosts.pl make-ssh-known-hosts.1 zlib-1.0.4/Makefile"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then