diff options
author | Alon Bar-Lev <[email protected]> | 2017-09-01 19:19:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-09-11 10:42:53 +0000 |
commit | 384a3748d9022b7ae3f629c13f92e204565fea3d (patch) | |
tree | 0acb1d7402366f3921f424fa3c4bcec22b5f2b6d /sm/qualified.c | |
parent | agent: compile-time configuration of s2k calibration. (diff) | |
download | gnupg-384a3748d9022b7ae3f629c13f92e204565fea3d.tar.gz gnupg-384a3748d9022b7ae3f629c13f92e204565fea3d.zip |
sm: Move qualified.txt from datadir into sysconfdir
* doc/Makefile.am: Move qualified.txt into examples.
* doc/qualified.txt: Move into examples, remove trailing spaces.
* doc/examples/README: Document qualified.txt.
* doc/gpgsm.texi: Move qualified.txt from datadir into sysconfdir.
* sm/qualified.c (read_list): Move qualified.txt from datadir into
sysconfdir.
--
The qualified.txt is maintained by Administrator it is a configuration
file. In the past it was a hybrid, provided by package and controlled
by the Administrator, however, it is no longer maintained by package.
Signed-off-by: Alon Bar-Lev <[email protected]>
Diffstat (limited to 'sm/qualified.c')
-rw-r--r-- | sm/qualified.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/qualified.c b/sm/qualified.c index 564e77929..6a7b47306 100644 --- a/sm/qualified.c +++ b/sm/qualified.c @@ -58,7 +58,7 @@ read_list (char *key, char *country, int *lnr) if (!listname) { - listname = make_filename (gnupg_datadir (), "qualified.txt", NULL); + listname = make_filename (gnupg_sysconfdir (), "qualified.txt", NULL); listfp = fopen (listname, "r"); if (!listfp && errno != ENOENT) { |