summaryrefslogtreecommitdiff
path: root/src/transitions
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 03:34:31 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 03:34:31 -0500
commit537762895f4b1ed1dcad453b7df858e3c03a9d73 (patch)
treebfcea570568c525fb3ec62681ffc26dc4e14770e /src/transitions
parenta66c00cfa6443c1ed027e796b47132df64a91b7d (diff)
remove a permission warning from the old gpg config during 0.23 transition.
Diffstat (limited to 'src/transitions')
-rwxr-xr-xsrc/transitions/0.232
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transitions/0.23 b/src/transitions/0.23
index b1247cf..3d6ab97 100755
--- a/src/transitions/0.23
+++ b/src/transitions/0.23
@@ -63,7 +63,7 @@ if [ -d "$SYSDATADIR"/gnupg-host ] ; then
# get the old host keygrip (don't know why there would be more
# than one, but we'll transfer all tsigs made by any key that
# had been given ultimate ownertrust):
- for authgrip in $(GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --export-ownertrust | \
+ for authgrip in $(GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --no-permission-warning --export-ownertrust | \
grep ':6:$' | \
sed -r 's/^[A-F0-9]{24}([A-F0-9]{16}):6:$/\1/') ; do