diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-28 23:30:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-28 23:30:39 +0000 |
commit | 797920ff495ca74bc81dfdeeba311a7815d669f3 (patch) | |
tree | c40578853dc42c17bf228e976d0e8f37cc5bbef9 /security/ssh/files/patch-aa | |
parent | upgrade (diff) |
Upgrade to 1.2.18
Notes
Notes:
svn path=/head/; revision=6051
Diffstat (limited to 'security/ssh/files/patch-aa')
-rw-r--r-- | security/ssh/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/files/patch-aa b/security/ssh/files/patch-aa index 468a7fc1e9cd..3ef8ce98cc1e 100644 --- a/security/ssh/files/patch-aa +++ b/security/ssh/files/patch-aa @@ -1,7 +1,7 @@ -*** make-ssh-known-hosts.pl.in.orig Wed Oct 30 15:27:47 1996 ---- make-ssh-known-hosts.pl.in Thu Jan 30 23:00:02 1997 +*** make-ssh-known-hosts.pl.in.orig Thu Mar 27 09:04:06 1997 +--- make-ssh-known-hosts.pl.in Fri Mar 28 15:11:19 1997 *************** -*** 81,87 **** +*** 84,90 **** $debug = 5; $defserver = ''; $bell='\a'; @@ -9,7 +9,7 @@ $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$"; $timeout = 60; $ping_timeout = 3; ---- 81,87 ---- +--- 84,90 ---- $debug = 5; $defserver = ''; $bell='\a'; |