addkey.sh: remove adding $FreeBSD$ RCSID, update adding key to repository.

While here, remove $FreeBSD$ RCSID from the script itself.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-12-10 15:07:06 -05:00
parent 7bbd7b58f8
commit 75c3fd757d

View file

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
progname=$(basename $(realpath $0))
@ -116,7 +114,6 @@ fi
keyfile="${me}.key"
info "Generating ${keyfile}..."
(
echo '<!-- $''FreeBSD''$ -->'
echo '<!--'
echo "sh ${progname} ${me}" ${keyids} ";"
echo '-->'
@ -154,7 +151,6 @@ either pgpkeys-officers.xml or pgpkeys-core.xml instead.
If this is a new entry, don't forget to run the following commands
before committing:
% svn add ${keyfile}
% svn propset svn:keywords FreeBSD=%H ${keyfile}
% git add ${keyfile}
EOF