Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2010 20:00:12 GMT
From:      Mikolaj Golub <to.my.trociny@gmail.com>
To:        freebsd-rc@FreeBSD.org
Subject:   Re: conf/145816: BEFORE in rcorder not always honored
Message-ID:  <201004212000.o3LK0CQG097070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/145816; it has been noted by GNATS.

From: Mikolaj Golub <to.my.trociny@gmail.com>
To: Paul Hoffman <phoffman@proper.com>
Cc: freebsd-rc@FreeBSD.org, bug-followup@FreeBSD.org
Subject: Re: conf/145816: BEFORE in rcorder not always honored
Date: Wed, 21 Apr 2010 22:54:41 +0300

 On Sun, 18 Apr 2010 21:51:43 GMT Paul Hoffman wrote:
 
 > I have sshd running from inetd, and I wanted inetd to launch before sendmail
 > because sendmail sometimes hangs. Thus, I added the following to
 > /etc/rc.d/inetd:
 > # BEFORE: sendmail
 > However, 'rcorder /etc/rc.d/* /usr/local/etc/rc.d/*' shows me that inetd is
 > still running (way) after sendmail in this case.
 
 Please note in sendmail rc script:
 
 # PROVIDE: mail
 
 So you need to add:
 
 # BEFORE: mail
 
 to have this working as you expect.
 
 -- 
 Mikolaj Golub



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004212000.o3LK0CQG097070>