wok-next rev 13531

openldap: update pidfile (thanks cymon)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 21 15:39:23 2012 +0200 (2012-10-21)
parents e78bb87f3a31
children 729865729f2a
files openldap/stuff/etc/init.d/openldap
line diff
     1.1 --- a/openldap/stuff/etc/init.d/openldap	Sun Oct 21 15:06:03 2012 +0200
     1.2 +++ b/openldap/stuff/etc/init.d/openldap	Sun Oct 21 15:39:23 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)