git: 3d25658a6b2b - main - security/libpki: fix pkg-plist sample files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 11:09:15 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d25658a6b2b67527b454245673540ab0e71890d commit 3d25658a6b2b67527b454245673540ab0e71890d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-07-13 11:05:16 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-13 11:05:16 +0000 security/libpki: fix pkg-plist sample files - use @sample in pkg-plist sample files Reviewed by: 0mp Approved by: portmgr (blanket) --- security/libpki/pkg-plist | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/security/libpki/pkg-plist b/security/libpki/pkg-plist index c953facb4beb..5595d20e913c 100644 --- a/security/libpki/pkg-plist +++ b/security/libpki/pkg-plist @@ -8,27 +8,27 @@ bin/pki-siginfo bin/pki-tool bin/pki-xpair bin/url-tool -%%ETCDIR%%/hsm.d/eracom-sdk.xml.sample -%%ETCDIR%%/hsm.d/etoken-engine.xml.sample -%%ETCDIR%%/hsm.d/etoken-pkcs11.xml.sample -%%ETCDIR%%/hsm.d/etoken.xml.sample -%%ETCDIR%%/hsm.d/opencryptoki.xml.sample -%%ETCDIR%%/hsm.d/tpm.xml.sample -%%ETCDIR%%/objectIdentifiers.xml.sample -%%ETCDIR%%/profile.d/crl.xml.sample -%%ETCDIR%%/profile.d/server.xml.sample -%%ETCDIR%%/profile.d/test.xml.sample -%%ETCDIR%%/profile.d/user.xml.sample -%%ETCDIR%%/store.d/empty.xml.sample -%%ETCDIR%%/token.d/default.xml.sample -%%ETCDIR%%/token.d/eracom.xml.sample -%%ETCDIR%%/token.d/etoken-engine.xml.sample -%%ETCDIR%%/token.d/etoken.xml.sample -%%ETCDIR%%/token.d/opencryptoki.xml.sample -%%ETCDIR%%/token.d/software.xml.sample -%%ETCDIR%%/token.d/test.xml.sample -%%ETCDIR%%/token.d/tpm.xml.sample -etc/pki.conf.sample +@sample %%ETCDIR%%/hsm.d/eracom-sdk.xml.sample +@sample %%ETCDIR%%/hsm.d/etoken-engine.xml.sample +@sample %%ETCDIR%%/hsm.d/etoken-pkcs11.xml.sample +@sample %%ETCDIR%%/hsm.d/etoken.xml.sample +@sample %%ETCDIR%%/hsm.d/opencryptoki.xml.sample +@sample %%ETCDIR%%/hsm.d/tpm.xml.sample +@sample %%ETCDIR%%/objectIdentifiers.xml.sample +@sample %%ETCDIR%%/profile.d/crl.xml.sample +@sample %%ETCDIR%%/profile.d/server.xml.sample +@sample %%ETCDIR%%/profile.d/test.xml.sample +@sample %%ETCDIR%%/profile.d/user.xml.sample +@sample %%ETCDIR%%/store.d/empty.xml.sample +@sample %%ETCDIR%%/token.d/default.xml.sample +@sample %%ETCDIR%%/token.d/eracom.xml.sample +@sample %%ETCDIR%%/token.d/etoken-engine.xml.sample +@sample %%ETCDIR%%/token.d/etoken.xml.sample +@sample %%ETCDIR%%/token.d/opencryptoki.xml.sample +@sample %%ETCDIR%%/token.d/software.xml.sample +@sample %%ETCDIR%%/token.d/test.xml.sample +@sample %%ETCDIR%%/token.d/tpm.xml.sample +@sample etc/pki.conf.sample include/libpki/banners.h include/libpki/cmc.h include/libpki/cmc/cmc_cert_req.h