wok diff openldap/stuff/etc/init.d/openldap @ rev 16328

mercurial: fix receipt (Thanks Alexandr) and ARM up slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:44:57 2014 +0200 (2014-04-10)
parents 83b623382b77
children 7f188676b59c
line diff
     1.1 --- a/openldap/stuff/etc/init.d/openldap	Tue Jun 01 09:38:23 2010 +0200
     1.2 +++ b/openldap/stuff/etc/init.d/openldap	Thu Apr 10 19:44:57 2014 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  DESC="LDAP server"
     1.5  DAEMON=/usr/lib/openldap/slapd
     1.6  OPTIONS=$LDAP_OPTIONS
     1.7 -PIDFILE=/var/run/slapd.pid
     1.8 +PIDFILE=/var/lib/openldap/run/slapd.pid
     1.9  
    1.10  case "$1" in
    1.11    start)