diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | contrib/README | 10 |
2 files changed, 5 insertions, 9 deletions
@@ -1,5 +1,7 @@ | |||
1 | 20010304 | 1 | 20010304 |
2 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. | 2 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. |
3 | - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and | ||
4 | give Mark Roth credit for mdoc2man.pl | ||
3 | 5 | ||
4 | 20010303 | 6 | 20010303 |
5 | - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better. | 7 | - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better. |
@@ -4187,4 +4189,4 @@ | |||
4187 | - Wrote replacements for strlcpy and mkdtemp | 4189 | - Wrote replacements for strlcpy and mkdtemp |
4188 | - Released 1.0pre1 | 4190 | - Released 1.0pre1 |
4189 | 4191 | ||
4190 | $Id: ChangeLog,v 1.849 2001/03/03 21:37:50 mouring Exp $ | 4192 | $Id: ChangeLog,v 1.850 2001/03/03 21:43:19 mouring Exp $ |
diff --git a/contrib/README b/contrib/README index 683450158..d25545710 100644 --- a/contrib/README +++ b/contrib/README | |||
@@ -17,12 +17,6 @@ Ricardo Cerqueira's <rmcc@clix.pt> patch to enable chrooting using the | |||
17 | wu-ftpd style magic home directories (containing '/./'). More details in | 17 | wu-ftpd style magic home directories (containing '/./'). More details in |
18 | the head of the patch itself. | 18 | the head of the patch itself. |
19 | 19 | ||
20 | make-ssh-known-hosts: | ||
21 | |||
22 | Tero Kivinen's <Tero.Kivinen@hut.fi> PERL script to generate | ||
23 | ssh_known_hosts files by trawling tjhrough the DNS. More details in the | ||
24 | manpage. | ||
25 | |||
26 | ssh-copy-id: | 20 | ssh-copy-id: |
27 | 21 | ||
28 | Phil Hands' <phil@hands.com> shell script to automate the process of adding | 22 | Phil Hands' <phil@hands.com> shell script to automate the process of adding |
@@ -45,7 +39,8 @@ Dominik Brettnacher <domi@saargate.de> | |||
45 | mdoc2man.pl: | 39 | mdoc2man.pl: |
46 | 40 | ||
47 | Converts mdoc formated manpages into normal manpages. This can be used | 41 | Converts mdoc formated manpages into normal manpages. This can be used |
48 | on Solaris machines to provide manpages that are not preformated. | 42 | on Solaris machines to provide manpages that are not preformated. |
43 | Contributed by Mark D. Roth <roth@feep.net> | ||
49 | 44 | ||
50 | redhat: | 45 | redhat: |
51 | 46 | ||
@@ -65,4 +60,3 @@ Jim Knoble <jmknoble@pobox.com> has written an excellent X11 | |||
65 | passphrase requester. This is highly recommended: | 60 | passphrase requester. This is highly recommended: |
66 | 61 | ||
67 | http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html | 62 | http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html |
68 | |||