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 /p11-kit/tests/files/package-modules | |
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 'p11-kit/tests/files/package-modules')
-rw-r--r-- | p11-kit/tests/files/package-modules/four.module | 3 | ||||
-rw-r--r-- | p11-kit/tests/files/package-modules/win32/four.module | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/p11-kit/tests/files/package-modules/four.module b/p11-kit/tests/files/package-modules/four.module new file mode 100644 index 0000000..6eace3c --- /dev/null +++ b/p11-kit/tests/files/package-modules/four.module @@ -0,0 +1,3 @@ + +module: mock-four.so +disable-in: test-disable, test-other diff --git a/p11-kit/tests/files/package-modules/win32/four.module b/p11-kit/tests/files/package-modules/win32/four.module new file mode 100644 index 0000000..7fd1540 --- /dev/null +++ b/p11-kit/tests/files/package-modules/win32/four.module @@ -0,0 +1,3 @@ + +module: mock-four.dll +disable-in: test-disable, test-other |