]> andersk Git - openssh.git/commitdiff
[contrib/caldera/openssh.spec] update fixUP to reflect changes in sshd_config.
authortim <tim>
Tue, 30 Apr 2002 03:53:12 +0000 (03:53 +0000)
committertim <tim>
Tue, 30 Apr 2002 03:53:12 +0000 (03:53 +0000)
[contrib/cygwin/README] remove reference to regex.
patch from Corinna Vinschen <vinschen@redhat.com>

ChangeLog
contrib/caldera/openssh.spec
contrib/cygwin/README

index 7ad5cfaf87f82e969f7b872f0d82673a441727f3..2bd97db1fcdf723bd74a500d0ca7a384d8f8a8a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20020429
+ - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
+   sshd_config.
+ - (tim) [contrib/cygwin/README] remove reference to regex.
+   patch from Corinna Vinschen <vinschen@redhat.com>
+
 20020426
  - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
    during distprep only
index 805477f29f903f287dbeaa6b6579f256f42c7cb9..732168a17aafe96ccfdf2098569ede1c2ad7fa94 100644 (file)
@@ -93,7 +93,7 @@ mkdir -p $DESTDIR/{etc/pam.d,%{SVIcdir},%{SVIdir}}
 # enabling X11 forwarding on the server is convenient and okay,
 # on the client side we consider it a potential security risk!
 %{fixUP} -vT  $DESTDIR/etc/ssh/sshd_config -e '
-   s/X11Forwarding no/X11Forwarding yes/i'
+   s/#X11Forwarding no/X11Forwarding yes/i'
 
 install -m644 contrib/caldera/sshd.pam $DESTDIR/etc/pam.d/sshd
 # FIXME: disabled, find out why this doesn't work with NIS
@@ -171,7 +171,7 @@ EOF
 if [ -x %{LSBinit}-install ]; then
   %{LSBinit}-install sshd
 else
-  lisa --SysV-init install sshd S55 3:4:5 K45 0:1:2:6
+  lisa --SysV-init install sshd S55 2:3:4:5 K45 0:1:6
 fi
 
 ! %{SVIdir}/sshd status || %{SVIdir}/sshd restart
index 60d3916915f6682d84997a5b9f98ed41e2084720..9021ba2b0322d36400228d24fae736cf435b2a2f 100644 (file)
@@ -172,8 +172,8 @@ configure are used for the Cygwin binary distribution:
        --sysconfdir=/etc \
        --libexecdir='${exec_prefix}/sbin'
 
-You must have installed the zlib, openssl and regex packages to
-be able to build OpenSSH!
+You must have installed the zlib and openssl packages to be able to
+build OpenSSH!
 
 Please send requests, error reports etc. to cygwin@cygwin.com.
 
This page took 0.086037 seconds and 5 git commands to generate.