diff options
author | Stef Walter <stefw@gnome.org> | 2013-01-29 12:53:29 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-05 09:42:34 +0100 |
commit | 85751aa21dd9b93d8eb51e36767b5564ce6ce005 (patch) | |
tree | b84960ea526b426fc002643d5eb48809289853f4 /doc | |
parent | a9790a21302f47016a88ba9a2c904bed11efb388 (diff) |
Add a /usr/share/p11-kit/modules directory for package module configs
* Try to make /etc/pkcs11/modules for administrator use
* Override the old pkg-config variables to help packages start
using the new location
Diffstat (limited to 'doc')
-rw-r--r-- | doc/p11-kit-notes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/p11-kit-notes.xml b/doc/p11-kit-notes.xml index e030824..02a3288 100644 --- a/doc/p11-kit-notes.xml +++ b/doc/p11-kit-notes.xml @@ -26,8 +26,8 @@ can be determined by running:</para> <programlisting> -$ <command>pkg-config p11-kit-1 --variable p11_system_config_modules</command> -/etc/pkcs11/modules</programlisting> +$ <command>pkg-config p11-kit-1 --variable p11_module_configs</command> +/usr/share/p11-kit/modules</programlisting> </section> <section id="notes-paths-modules"> |