exports["Dictionary"] = Dictionary;
exports["List"] = List;
exports["minify"] = minify;
exports["parse"] = parse;
exports["push_uniq"] = push_uniq;
exports["TreeTransformer"] = TreeTransformer;
exports["TreeWalker"] = TreeWalker;
' title='Atom feed' href='https://git.koszko.org/guix/atom/gnu/services/security-token.scm?h=koszko' type='application/atom+xml'/>
Age | Commit message (Expand) | Author |
2018-08-20 | gnu: services: Fix pcscd activation bug....Fixes: <https://bugs.gnu.org/32478>.
* gnu/services/security-token.scm (pcscd-activation): Idempotently create the
/var/lib/pcsc symlink so that it does not fail when it already exists.
| Chris Marusich |
2018-08-16 | gnu: services: Add pcscd service....* gnu/services/security-token.scm: New file.
* gnu/tests/security-token.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new files.
* doc/guix.texi (Miscellaneous Services): Document the service.
| Arun Isaac |