Bug 29957

Summary: enabling ppp in rc.conf breaks rc.network execution
Product: Base System Reporter: Dmitry Morozovsky <marck>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dmitry Morozovsky 2001-08-22 17:00:32 UTC
	 Enabling ppp in /etc/rc.conf leads to "exec ppp" at
/etc/rc.network, whick breaks following network daemons, such as named
ntpd, and ipfw rules also.

Fix: For -current (for 4-stable the same except for line numbers):
How-To-Repeat: 
f.e, add

ppp_enable="yes"
named_enable="yes"

to /etc/rc.conf

After reboot, named (and other daemons in rc.conf after ppp start)
will not start.
Comment 1 Yar Tikhiy freebsd_committer freebsd_triage 2001-08-22 18:41:47 UTC
I cannot reproduce the problem. The "exec" is issued from within
the "su" context and can in no way interfere with rc.network
execution.
Comment 2 Yar Tikhiy freebsd_committer freebsd_triage 2001-08-23 07:47:48 UTC
State Changed
From-To: open->closed

The originator admitted in a private mail that 
the problem couldn't be reproduced and seemed 
to have nothing to do with the "exec".