Hello, the stock $ /etc/rc.d/ldapd stop does not work for me. The diff below makes it work.
Index: ldapd =================================================================== RCS file: /cvs/src/etc/rc.d/ldapd,v retrieving revision 1.1 diff -u -r1.1 ldapd --- ldapd 6 Jul 2011 18:55:36 -0000 1.1 +++ ldapd 9 Sep 2011 14:14:15 -0000 @@ -6,4 +6,6 @@ . /etc/rc.d/rc.subr +pexp="ldapd: ldap server.*" + rc_cmd $1 Index: ldapd =================================================================== RCS file: /cvs/src/etc/rc.d/ldapd,v retrieving revision 1.1 diff -u -r1.1 ldapd --- ldapd 6 Jul 2011 18:55:36 -0000 1.1 +++ ldapd 9 Sep 2011 14:14:15 -0000 @@ -6,4 +6,6 @@ . /etc/rc.d/rc.subr +pexp="ldapd: ldap server" + rc_cmd $1
