hack for new pgp handling
authorroot <devnull@localhost>
Wed, 19 Jun 1996 14:38:20 +0000 (14:38 +0000)
committerroot <devnull@localhost>
Wed, 19 Jun 1996 14:38:20 +0000 (14:38 +0000)
CVS patchset: 651
CVS date: 1996/06/19 14:38:20

rpm.8

diff --git a/rpm.8 b/rpm.8
index 5ccbb6e..52c46b6 100644 (file)
--- a/rpm.8
+++ b/rpm.8
@@ -260,30 +260,13 @@ Use the directory given as top level directory for all operations.
 In order to use the signature feature RPM must be able to run PGP
 (it must be installed and in your path), and it must be able to
 find a public key ring with RPM public keys in it.  By default,
-RPM looks in /usr/lib/rpm for both pubring.pgp and secring.pgp
-(which is used during package builds).  If your key rings are not
-located there you must set the following on your /etc/rpmrc
+RPM uses the PGP defaults to find the keyrings (honoring PGPPATH).
+If your key rings are not located where PGP expects them to be,
+you must set the following in your /etc/rpmrc
 
 .IP "\fBpgp_path\fP"
 Replacement path for /usr/lib/rpm.  Must contain your key rings.
-.IP "\fBpgp_pubring\fP"
-The full path to your public key ring.
-.IP "\fBpgp_secring\fP"
-The full path to your secret key ring.
 .PP
-The bare minimum you need to do to get PGP singature checking working
-is install PGP and run the following:
-
-.nf
-mkdir -p /usr/lib/rpm
-cd /usr/lib/rpm
-cp /mnt/crom/RPM-PGP-KEY .
-touch config.txt
-pgp -ka RPM-PGP-KEY pubring.pgp
-.fi
-
-You should then be able to check the signatures of packages produced
-by Red Hat Software using rpm \-K.
 
 If you want to be able to sign packages you create yourself, you also
 need to create your own public and secret key pair (see the PGP manual).