Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2010 21:51:43 GMT
From:      Paul Hoffman <phoffman@proper.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/145816: BEFORE in rcorder not always honored
Message-ID:  <201004182151.o3ILphY3025035@www.freebsd.org>
Resent-Message-ID: <201004182200.o3IM09ho022684@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145816
>Category:       conf
>Synopsis:       BEFORE in rcorder not always honored
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 18 22:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Paul Hoffman
>Release:        8.0
>Organization:
>Environment:
FreeBSD hoffman.proper.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC 2010     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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.
If I change the line in inetd to
# BEFORE: sshd
then rcorder shows inetd before sshd, which was always before sendmail.

Thus, for some reason, asking for before sendmail doesn't work, but asking for before sshd does.
>How-To-Repeat:
Edit /etc/rc.d/inetd as described above, and see the results in 'rcorder /etc/rc.d/* /usr/local/etc/rc.d/*'
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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