Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2010 13:34:41 -0700
From:      Paul Hoffman <phoffman@proper.com>
To:        Mikolaj Golub <to.my.trociny@gmail.com>
Cc:        freebsd-rc@FreeBSD.org, bug-followup@FreeBSD.org
Subject:   Re: conf/145816: BEFORE in rcorder not always honored
Message-ID:  <p06240882c7f5118dfd3f@[10.20.30.158]>
In-Reply-To: <86k4s07f9a.fsf@kopusha.onet>
References:  <201004182151.o3ILphY3025035@www.freebsd.org> <86k4s07f9a.fsf@kopusha.onet>

next in thread | previous in thread | raw e-mail | index | archive | help
At 10:54 PM +0300 4/21/10, Mikolaj Golub wrote:
>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.

<sigh> That makes sense. I did not get from the rcorder man page and looking in a few modules that the PROVIDE names might be different than the module names.

Feel free to close this PR.

--Paul Hoffman



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