chiark / gitweb /
Commit 2.4.5-5 as unpacked
[innduct.git] / debian / patches / nocem-gpg-import
1 --- a/control/perl-nocem.in
2 +++ b/control/perl-nocem.in
3 @@ -521,7 +521,9 @@ Processing NoCeM notices is easy to set 
4  Import the keys of the NoCeM issuers you trust in order to check
5  the authenticity of their notices.  You can do:
6  
7 -    gpg --no-default-keyring --primary-keyring <pathetc>/pgp/ncmring.gpg --import <key-file>
8 +    gpg --no-default-keyring --primary-keyring <pathetc>/pgp/ncmring.gpg \
9 +        --no-options --allow-non-selfsigned-uid --no-permission-warning \
10 +        --batch --import <key-file>
11  
12  where <pathetc> is the value of the I<pathetc> parameter set in F<inn.conf>
13  and <key-file> the file containing the key(s) to import.  The keyring
14 --- a/doc/man/perl-nocem.8
15 +++ b/doc/man/perl-nocem.8
16 @@ -157,8 +157,10 @@ Processing NoCeM notices is easy to set 
17  Import the keys of the NoCeM issuers you trust in order to check
18  the authenticity of their notices.  You can do:
19  .Sp
20 -.Vb 1
21 -\&    gpg \-\-no\-default\-keyring \-\-primary\-keyring <pathetc>/pgp/ncmring.gpg \-\-import <key\-file>
22 +.Vb 3
23 +\&    gpg \-\-no\-default\-keyring \-\-primary\-keyring=/etc/news/pgp/ncmring.gpg \e
24 +\&        \-\-no\-options \-\-allow\-non\-selfsigned\-uid \-\-no\-permission\-warning \e
25 +\&        \-\-batch \-\-import <key\-file>
26  .Ve
27  .Sp
28  where <pathetc> is the value of the \fIpathetc\fR parameter set in \fIinn.conf\fR