>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 [email protected]:/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: _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
