Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-21 Thread MERIGHI Marcus
note to self: never write reminders on returning from vacation.
sorry about the noise...

gsoa...@trusted.com.br (Gleydson Soares), 2011.09.20 (Tue) 17:18 (CEST):
> On Tue, Sep 20, 2011 at 04:33:10PM +0200, MERIGHI Marcus wrote:
> > anyone?
> 
> it is in,
> already committed.
> 
> > 
> > mcmer-open...@tor.at (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 -   1.1
> > > +++ ldapd 9 Sep 2011 14:14:15 -
> > > @@ -6,4 +6,6 @@
> > >  
> > >  . /etc/rc.d/rc.subr
> > >  
> > > +pexp="ldapd: ldap server.*"
> > > +
> > >  rc_cmd $1
> 

rob...@openbsd.org (Robert Nagy), 2011.09.20 (Tue) 17:11 (CEST):
> it has been commited days ago :)
> 
> On (2011-09-20 16:33), MERIGHI Marcus wrote:
> > anyone?
> > 
> > mcmer-open...@tor.at (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 -   1.1
> > > +++ ldapd 9 Sep 2011 14:14:15 -
> > > @@ -6,4 +6,6 @@
> > >  
> > >  . /etc/rc.d/rc.subr
> > >  
> > > +pexp="ldapd: ldap server.*"
> > > +
> > >  rc_cmd $1



Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-20 Thread Gleydson Soares
On Tue, Sep 20, 2011 at 04:33:10PM +0200, MERIGHI Marcus wrote:
> anyone?

it is in,
already committed.

> 
> mcmer-open...@tor.at (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 -   1.1
> > +++ ldapd   9 Sep 2011 14:14:15 -
> > @@ -6,4 +6,6 @@
> >  
> >  . /etc/rc.d/rc.subr
> >  
> > +pexp="ldapd: ldap server.*"
> > +
> >  rc_cmd $1



etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-20 Thread MERIGHI Marcus
Hello, 

the stock 
$ /etc/rc.d/smtpd stop 
does not work for me. The diff below makes it work.

Index: src/etc/rc.d/smtpd
===
RCS file: /cvs/src/etc/rc.d/smtpd,v
retrieving revision 1.1
diff -u -r1.1 smtpd
--- src/etc/rc.d/smtpd  6 Jul 2011 18:55:36 -   1.1
+++ src/etc/rc.d/smtpd  20 Sep 2011 14:00:37 -
@@ -6,4 +6,6 @@
 
 . /etc/rc.d/rc.subr
 
+pexp="smtpd: smtp server"
+
 rc_cmd $1
Index: src/etc/rc.d/smtpd
===
RCS file: /cvs/src/etc/rc.d/smtpd,v
retrieving revision 1.1
diff -u -r1.1 smtpd
--- src/etc/rc.d/smtpd  6 Jul 2011 18:55:36 -   1.1
+++ src/etc/rc.d/smtpd  20 Sep 2011 14:00:37 -
@@ -6,4 +6,6 @@
 
 . /etc/rc.d/rc.subr
 
+pexp="smtpd: smtp server"
+
 rc_cmd $1



Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-20 Thread MERIGHI Marcus
anyone?

mcmer-open...@tor.at (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 -   1.1
> +++ ldapd 9 Sep 2011 14:14:15 -
> @@ -6,4 +6,6 @@
>  
>  . /etc/rc.d/rc.subr
>  
> +pexp="ldapd: ldap server.*"
> +
>  rc_cmd $1



etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-09 Thread MERIGHI Marcus
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 -   1.1
+++ ldapd   9 Sep 2011 14:14:15 -
@@ -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 -   1.1
+++ ldapd   9 Sep 2011 14:14:15 -
@@ -6,4 +6,6 @@
 
 . /etc/rc.d/rc.subr
 
+pexp="ldapd: ldap server"
+
 rc_cmd $1