diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-04-17 16:51:55 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-05-02 11:55:32 +0200 |
commit | 201f86803017c1db373023f7b506d4a0dc644bbc (patch) | |
tree | 3e3dd318fc54e1e137782e84875a543888478ab1 /build-aux | |
parent | Spelling fixes in docs and comments. (diff) | |
download | gnupg2-201f86803017c1db373023f7b506d4a0dc644bbc.tar.xz gnupg2-201f86803017c1db373023f7b506d4a0dc644bbc.zip |
g10: Remove skeleton options files.
* build-aux/speed/w32/inst.nsi: stop installing skeleton files.
* doc/gpg.texi: stop documenting skeleton files.
* g10/Makefile.am: stop installing skeleton files.
* g10/openfile.c (copy_options_file): Remove.
(try_make_homedir): do not call copy_options_file.
--
The defaults for gpg and dirmngr are good. Both programs should work
fine for the simple case without any config file. The skeleton config
files were being copied at first use (when the defaults are fine).
But when the user needs to fiddle with them (after they've become
sophisticated users), they're likely out of date because gpg has been
upgraded since then. So they're used for documentation, but they're
stale documentation, which is probably worse than a clean empty file.
GnuPG-bug-id: 3086
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index b4d69943f..7716f7f0e 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -608,8 +608,6 @@ Section "GnuPG" SEC_gnupg Rename /REBOOTOK scdaemon.exe.tmp scdaemon.exe SetOutPath "$INSTDIR\share\gnupg" - File "share/gnupg/gpg-conf.skel" - File "share/gnupg/dirmngr-conf.skel" File "share/gnupg/distsigkey.gpg" File "share/gnupg/sks-keyservers.netCA.pem" |