aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-manual.de.po
blob: 2b20823ec20bd5d03ec695df8c62c5e02c0f7ccf (about) (plain)
blob size (2704KB) exceeds display size limit (100KB).
-list?) (serialize-file-name, file-name?, serialize-boolean): Move these functions... * gnu/services/cups.scm: ...to this file. * gnu/services/kerberos.scm: ...to this file. Configuration syntaxes are very specific to services. Some services may have the same configuration syntax, but none of them is common enough to be abstracted in configuration.scm. Signed-off-by: Clément Lassieur <clement@lassieur.org> Clément Lassieur 2016-12-03gnu: Add Kerberos client service....* doc/guix.texi (Kerberos Services)[Krb5 Service]: New subsubheading. * gnu/services/kerberos.scm (krb5-service-type): New variable. * gnu/services/configuration.scm (configuration-field-serializer, configuration-field-getter): Export variables. John Darrington 2016-11-26gnu: Whitespace changes...* gnu/services/kerberos.scm: Fold lines to 80 character limit. John Darrington 2016-11-08gnu: Add pam-krb5 service....* doc/guix.texi (Kerberos Services): New node. * gnu/services/kerberos.scm: New file. * gnu/local.mk: Add it. John Darrington