]> andersk Git - openssh.git/commitdiff
- (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
authordtucker <dtucker>
Tue, 25 Oct 2005 08:55:00 +0000 (08:55 +0000)
committerdtucker <dtucker>
Tue, 25 Oct 2005 08:55:00 +0000 (08:55 +0000)
   prompt.  Patch from vinschen at redhat.com.

ChangeLog
contrib/cygwin/ssh-user-config

index 857bab640840f9118f3361769f008fc7167ccfc0..5008b6d0e3ccab99a2e153d6fc45177f39dddec4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
  - (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
    understand "%lld", even though the compiler has "long long", so handle
    it as a special case.  Patch tested by mcaskill.scott at epa.gov.
+ - (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
+   prompt.  Patch from vinschen at redhat.com.
 
 20051017
  - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
index fe07ce3609bbe03dfc53285b431f526e8024e08a..9482efe9e7a41ef1808c6bfc8cc8f8bd296bb7cb 100644 (file)
@@ -198,7 +198,7 @@ fi
 
 if [ ! -f "${pwdhome}/.ssh/id_rsa" ]
 then
-  if request "Shall I create an SSH2 RSA identity file for you? (yes/no) "
+  if request "Shall I create an SSH2 RSA identity file for you?"
   then
     echo "Generating ${pwdhome}/.ssh/id_rsa"
     if [ "${with_passphrase}" = "yes" ]
@@ -217,7 +217,7 @@ fi
 
 if [ ! -f "${pwdhome}/.ssh/id_dsa" ]
 then
-  if request "Shall I create an SSH2 DSA identity file for you? (yes/no) "
+  if request "Shall I create an SSH2 DSA identity file for you?"
   then
     echo "Generating ${pwdhome}/.ssh/id_dsa"
     if [ "${with_passphrase}" = "yes" ]
This page took 0.133522 seconds and 5 git commands to generate.