summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-ab
blob: 3bfd4125c9dbab108fd4fc503914ec03e274c849 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Index: configure
*** configure.orig	Tue Jan 20 05:24:14 1998
--- configure	Sat Jan 24 19:04:05 1998
***************
*** 1759,1770 ****
  
  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:1771: checking that the compiler works" >&5
--- 1759,1764 ----
***************
*** 6853,6867 ****
     case "$enableval" in
    no)
         echo "$ac_t""no" 1>&6
!        SSHINSTALLMODE=0711
         ;;
    *)   echo "$ac_t""yes" 1>&6
!        SSHINSTALLMODE=04711
         ;;
    esac 
  else
    echo "$ac_t""yes" 1>&6
!   SSHINSTALLMODE=04711
  
  fi
  
--- 6847,6861 ----
     case "$enableval" in
    no)
         echo "$ac_t""no" 1>&6
!        SSHINSTALLMODE=0511
         ;;
    *)   echo "$ac_t""yes" 1>&6
!        SSHINSTALLMODE=04511
         ;;
    esac 
  else
    echo "$ac_t""yes" 1>&6
!   SSHINSTALLMODE=04511
  
  fi
  
***************
*** 7013,7019 ****
  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
  EOF
  cat >> $CONFIG_STATUS <<EOF
  
--- 7007,7013 ----
  ac_given_srcdir=$srcdir
  ac_given_INSTALL="$INSTALL"
  
! 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
  
***************
*** 7118,7124 ****
  
  cat >> $CONFIG_STATUS <<EOF
  
! CONFIG_FILES=\${CONFIG_FILES-"Makefile sshd.8 ssh.1 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
--- 7112,7118 ----
  
  cat >> $CONFIG_STATUS <<EOF
  
! 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