On Tue, Sep 20, 2011 at 04:33:10PM +0200, MERIGHI Marcus wrote: > anyone?
it is in, already committed. > > [email protected] (MERIGHI Marcus), 2011.09.09 (Fri) 16:22 (CEST): > > 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
