wok-stable rev 12346

openldap: update pidfile (thanks cymon)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 21 15:39:49 2012 +0200 (2012-10-21)
parents cb95ff87a369
children f74d61b2ef80
files openldap/stuff/etc/init.d/openldap
line diff
     1.1 --- a/openldap/stuff/etc/init.d/openldap	Sat Oct 20 22:40:25 2012 +0200
     1.2 +++ b/openldap/stuff/etc/init.d/openldap	Sun Oct 21 15:39:49 2012 +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)