From 91bbe5ad80a760a58d5eba48f65ddd07fa56a953 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 18 Jul 2013 12:50:34 +0200 Subject: Use $XDG_CONFIG_HOME/pkcs11 as default user config directory By default this evaluates to ~/.config/pkcs11. This is a somewhat backwards incompatible change. However so far only advanced users have been exposed to the user p11-kit configuration. Distributors are able to revert this if necessary with a --with-user-config='~/.pkcs11' ./configure option. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 282fee8..116fe78 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ AC_ARG_WITH([system-config], AC_ARG_WITH([user-config], [AS_HELP_STRING([--with-system-config], [Change PKCS#11 user config directory])], [user_config_dir=$withval], - [user_config_dir="~/.pkcs11"]) + [user_config_dir="~/.config/pkcs11"]) AC_ARG_WITH([module-path], [AS_HELP_STRING([--with-module-path], [Load modules with relative path names from here])], -- cgit v1.1