diff options
author | ache <ache@FreeBSD.org> | 1997-02-27 00:44:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-27 00:44:35 +0000 |
commit | bb433b89d5edac079405656ecd68bb1afae4d7eb (patch) | |
tree | ce38e021feb2a37c2fba0e489a5e0cb45df3a221 /security/ssh/files/patch-aa | |
parent | 36299931d845607c84f28f97aa740b8e48630f85 (diff) | |
download | FreeBSD-ports-bb433b89d5edac079405656ecd68bb1afae4d7eb.zip FreeBSD-ports-bb433b89d5edac079405656ecd68bb1afae4d7eb.tar.gz |
Add LOGIN_CAP abilities
Submitted by: davidn
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 25f39d0..468a7fc 100644 --- a/security/ssh/files/patch-aa +++ b/security/ssh/files/patch-aa @@ -1,7 +1,7 @@ -*** make-ssh-known-hosts.pl.in.orig Sun Feb 11 22:45:15 1996 ---- make-ssh-known-hosts.pl.in Sat Feb 17 17:55:08 1996 +*** 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 *************** -*** 78,84 **** +*** 81,87 **** $debug = 5; $defserver = ''; $bell='\a'; @@ -9,7 +9,7 @@ $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$"; $timeout = 60; $ping_timeout = 3; ---- 78,84 ---- +--- 81,87 ---- $debug = 5; $defserver = ''; $bell='\a'; |