~ubuntu-branches/ubuntu/oneiric/gnupg2/oneiric-updates

« back to all changes in this revision

Viewing changes to g10/OPTIONS

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Some notes used by the maintainers
2
 
 
3
 
 
4
 
store
5
 
# simply packs the input data into a rfc1991 packet format
6
 
 
7
 
check-trustdb
8
 
 
9
 
 
10
 
compress-keys
11
 
# compress exported key, compress level is still set with "-z" and
12
 
# algorithm with --compress-algo" - Default is to not compress keys, as
13
 
# this is better for interoperability.
14
 
 
15
 
compress-sigs
16
 
# Normally, compressing of signatures does not make sense; so this
17
 
# is disabled for detached signatures unless this option is used.
18
 
 
19
 
run-as-shm-coprocess [request-locked-shm-size]
20
 
# very special :-)
21
 
# You will have to use "--status-fd" too
22
 
# Note:  This option does only work if given on the command line.
23
 
 
24