correcting typo

This commit is contained in:
Jean-François GUILLAUME 2021-11-05 16:39:03 +01:00
parent de7c8e00d9
commit f6009f145c

View file

@ -18,7 +18,7 @@
openldap-configuration make-openldap-configuration openldap-configuration make-openldap-configuration
openldap-configuration? openldap-configuration?
(openldap openldap-configuration-openldap ;<package> (openldap openldap-configuration-openldap ;<package>
(default openldap-glicid) (default openldap)
) )
(arguments openldap-configuration-arguments ;list of strings (arguments openldap-configuration-arguments ;list of strings
(default '()) (default '())
@ -54,7 +54,7 @@
(respawn? #f) (respawn? #f)
(start #~(make-forkexec-constructor (start #~(make-forkexec-constructor
(list (list
#$(file-append openldap-glicid "/libexec/slapd") #$(file-append openldap "/libexec/slapd")
"-h 'ldap:/// ldaps:///'" "-h 'ldap:/// ldaps:///'"
"-d" #$logflags "-d" #$logflags
"-f" #$config-file "-f" #$config-file