svn commit: r40271 - head/share/pgpkeys

Glen Barber gjb at FreeBSD.org
Wed Dec 5 06:09:08 UTC 2012


Thanks!

On Wed, Dec 05, 2012 at 06:02:59AM +0000, Xin LI wrote:
> 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!
>  | 
>  |     <sect2 id="pgpkey-des">
>  |       <title>&a.des;</title>
> @@ -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 "    <sect2 id=\"pgpkey-${me}\">"
> @@ -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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-all/attachments/20121205/e4a7e045/attachment.sig>


More information about the svn-doc-all mailing list