! networking/news/misc/pgpcontrol -> pub/pgpcontrol

This commit is contained in:
David Lawrence 1997-11-06 21:31:41 +00:00
parent 4a7fea0414
commit d63bc8bf17

View file

@ -43,11 +43,11 @@ hacking around the news system and doesn't like to read a lot:</P>
<LI>Get and configure the software:
<UL>
<LI>
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/pgpverify">
ftp://ftp.isc.org/networking/news/misc/pgpcontrol/pgpverify</A>
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/pgpverify">
ftp://ftp.isc.org/pub/pgpcontrol/pgpverify</A>
<LI>
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/server-patches/">
ftp://ftp.isc.org/networking/news/misc/pgpcontrol/server-patches/</A>
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/server-patches/">
ftp://ftp.isc.org/pub/pgpcontrol/server-patches/</A>
</UL>
<LI>Add
<A HREF="#Keys">maintainers' PGP public keys</A>
@ -66,8 +66,8 @@ to the news system key ring.
</DL>
<LI>Test <I>pgpverify</I>.
If you have the news.announce.newgroups key in your key ring, run
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/sample.control">
ftp://ftp.isc.org/networking/news/misc/pgpcontrol/sample.control</A>
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/sample.control">
ftp://ftp.isc.org/pub/pgpcontrol/sample.control</A>
through <I>pgpverify</I> on stdin. It should spit out the
string "news.announce.newgroups" on stdout.
</OL>
@ -85,8 +85,8 @@ script that verifies an article is what it says it is, and a
patch to hook it into the news server's processing of control messages.</P>
<P>The stand-alone program,
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/pgpverify">
ftp://ftp.isc.org/networking/news/misc/pgpcontrol/pgpverify</A>,
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/pgpverify">
ftp://ftp.isc.org/pub/pgpcontrol/pgpverify</A>,
is a
<A HREF="#Getting Perl">Perl</A>
script that should work with Perl version 4 and up. (I have not tested
@ -94,19 +94,19 @@ it with earlier versions.) It does not contain any code making it
dependent on any particular news server software.</P>
<P>
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/server-patches/">
ftp://ftp.isc.org/networking/news/misc/pgpcontrol/server-patches/</A>
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/server-patches/">
ftp://ftp.isc.org/pub/pgpcontrol/server-patches/</A>
has patches for hooking the system into existing news server software.
Choose the one for your system from the list below.</P>
<UL>
<LI>
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/server-patches/inn1.4sec/pgpcontrol.pch">
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/server-patches/inn1.4sec/pgpcontrol.pch">
INN version 1.4sec</A>
<LI>
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/server-patches/inn1.4unoff4/pgpcontrol.pch">
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/server-patches/inn1.4unoff4/pgpcontrol.pch">
INN version 1.4unoff4</A>
<LI>
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/server-patches/cnews-CR.G/pgpcontrol.pch">
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/server-patches/cnews-CR.G/pgpcontrol.pch">
C News version CR.G</A>
(Courtesy of System Administrator &lt;root@hp9000.laafb.af.mil&gt; and
Charles Lindsey &lt;chl@clw.cs.man.ac.uk&gt;)
@ -288,8 +288,8 @@ your system and makes it available to me for redistribution.</P>
Test the system.
<P>Get
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/sample.control">
ftp://ftp.isc.org/networking/news/misc/pgpcontrol/sample.control</A>
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/sample.control">
ftp://ftp.isc.org/pub/pgpcontrol/sample.control</A>
and save it to a file on your system; <I>/tmp/sample.control</I> will
be used for this example. You'll use it to make sure things will work
as expected.</P>
@ -1374,8 +1374,8 @@ HA==
<P>If you are responsible for sending control messages about authorized
changes to a newsgroup hierarchy, then
<A HREF="ftp://ftp.isc.org/networking/news/misc/pgpcontrol/signcontrol">
ftp://ftp.isc.org/networking/news/misc/pgpcontrol/signcontrol</A> will
<A HREF="ftp://ftp.isc.org/pub/pgpcontrol/signcontrol">
ftp://ftp.isc.org/pub/pgpcontrol/signcontrol</A> will
sign your control messages so that <I>pgpverify</I> can authenticate
them. It is a Perl script that requires Perl version 5 or higher to
work. It has several configuration parameters that should be reviewed