From owner-cvs-all Tue Jan 22 4:15:46 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 729E237B402; Tue, 22 Jan 2002 04:15:37 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 17664533B; Tue, 22 Jan 2002 13:15:36 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml References: <200201211616.g0LGGFH54977@freefall.freebsd.org> <20020122054120.GT21973@freebsdmall.com> <7melki393n.wl@waterblue.imgsrc.co.jp> From: Dag-Erling Smorgrav Date: 22 Jan 2002 13:15:35 +0100 In-Reply-To: <7melki393n.wl@waterblue.imgsrc.co.jp> Message-ID: Lines: 27 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jun Kuriyama writes: > I don't know whether having separated users' key file in repository is > good idea or not, but it seems this patch is good in concept. It makes it *much* easier for people to add / update their keys. To add your key, you'd check out the handbook and type one of the following (assuming you have GnuPG installed, and the key you want to add is in one of your default keyrings): $ sh addkey.sh kuriyama key_id # one key $ sh addkey.sh kuriyama key1_id key2_id # two keys (or as many as you like) $ sh addkey.sh kuriyama Kuryiama # all keys with "Kuryiama" in uid $ sh addkey.sh kuriyama # all keys with kuryiama@freebsd.org $ sh addkey.sh # as above, if $(id -nu) is kuryiama Check the keys addkey.sh lists; if it missed some, or included some you don't want included, try again with different parameters (the safest is to just list the exact key IDs for the keys you want to include). Then follow the instructions to add your entry to chapter.sgml, and commit. To update your key at a later time, just repeat the addkey bit, since there will already be an entry in chapter.sgml. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message