Eugene Smiley on Tue, 1 Jul 2003 12:06:05 -0400 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike L. wrote: > gabriel rosenkoetter said: >> If you're going to automate (or periodically do by hand) updates >> to the > > Periodically, by hand. Using a little script Darxus originally > wrote: > > #! /bin/sh > export keys=`gpg --no-default-keyring --keyring ./phillylinux.gpg > --list-keys | grep ^pub | cut -d'/' -f2 | cut -d' ' -f1` echo > $keys gpg --no-default-keyring --keyring ./phillylinux.gpg > --keyserver pgp.mit.edu -- recv-keys $keys Or you could just 'gpg --refresh-keys --no-default-keyring --keyring ./phillylinux.gpg' after having added 'keyserver subkeys.pgp.net' to your gpg.conf. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) - GPGrelay v0.92 iD8DBQE/AbFn6QPtAqft/S8RAsQLAKCozl9vTJh25odWiLJ2AiFGC59hyACgh7Xd oauWrVChlsL2EBRWRbWGJ7E= =KQuR -----END PGP SIGNATURE----- _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|