conf/145816: BEFORE in rcorder not always honored

Mikolaj Golub to.my.trociny at gmail.com
Wed Apr 21 20:23:04 UTC 2010


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


More information about the freebsd-rc mailing list