From owner-svn-doc-head@FreeBSD.ORG Wed Dec 5 06:03:00 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57BC481E; Wed, 5 Dec 2012 06:03:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E82A8FC08; Wed, 5 Dec 2012 06:03:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB56305d078897; Wed, 5 Dec 2012 06:03:00 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB562xeF078883; Wed, 5 Dec 2012 06:02:59 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201212050602.qB562xeF078883@svn.freebsd.org> From: Xin LI Date: Wed, 5 Dec 2012 06:02:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40271 - head/share/pgpkeys X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 06:03:00 -0000 Author: delphij Date: Wed Dec 5 06:02:59 2012 New Revision: 40271 URL: http://svnweb.freebsd.org/changeset/doc/40271 Log: Reflect sgml -> xml change. Noticed by: wen Modified: head/share/pgpkeys/README head/share/pgpkeys/addkey.sh Modified: head/share/pgpkeys/README ============================================================================== --- head/share/pgpkeys/README Wed Dec 5 01:44:12 2012 (r40270) +++ head/share/pgpkeys/README Wed Dec 5 06:02:59 2012 (r40271) @@ -26,9 +26,9 @@ address. For instance, in my case: | Adding key to entity list... | | Unless you are already listed there, you should now add the -| following text to pgpkeys-developers.sgml (unless this is a role key -| or you are a core member. In that case add to pgpkeys-officers.sgml -| or pgpkeys-core.sgml). Remember to keep the list sorted by last name! +| following text to pgpkeys-developers.xml (unless this is a role key +| or you are a core member. In that case add to pgpkeys-officers.xml +| or pgpkeys-core.xml). Remember to keep the list sorted by last name! | | | &a.des; @@ -77,7 +77,7 @@ the diffs, and commit. There are two ways to update your key. The first is to follow the above instructions as if you were adding your key for the first time - -except that you don't need to edit chapter.sgml, because you're +except that you don't need to edit chapter.xml, because you're already listed there. The addkey.sh script will snarf the RCS Id from the old key file and generate a new one with whatever keys you specified. Modified: head/share/pgpkeys/addkey.sh ============================================================================== --- head/share/pgpkeys/addkey.sh Wed Dec 5 01:44:12 2012 (r40270) +++ head/share/pgpkeys/addkey.sh Wed Dec 5 06:02:59 2012 (r40271) @@ -72,9 +72,9 @@ mv pgpkeys.ent pgpkeys.ent.orig || exit echo echo "Unless you are already listed there, you should now add the" -echo "following text to pgpkeys-developers.sgml (unless this is a" +echo "following text to pgpkeys-developers.xml (unless this is a" echo "role key or you are a core member. In that case add to" -echo "pgpkeys-officers.sgml or pgpkeys-core.sgml)." +echo "pgpkeys-officers.xml or pgpkeys-core.xml)." echo "Remember to keep the list sorted by last name!" echo echo " " @@ -85,5 +85,5 @@ echo echo "If this is a new entry, don't forget to 'svn add ${keyfile}'" echo "and 'svn propset svn:keywords \"FreeBSD=%H\" ${keyfile}'" echo "and commit each of ${keyfile}, pgpkeys.ent and" -echo "pgpkeys-developers.sgml, pgpkeys-officers.sgml, or" -echo "pgpkeys-core.sgml as required." +echo "pgpkeys-developers.xml, pgpkeys-officers.xml, or" +echo "pgpkeys-core.xml as required."