Bug 28014

Summary: [PATCH] Small fix for output of ppp diagnostics in rc.network
Product: Base System Reporter: Andre Albsmeier <Andre.Albsmeier>
Component: confAssignee: 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 Andre Albsmeier 2001-06-10 16:50:02 UTC
When starting ppp during boot (using ppp_enable="YES"), the diagnostics
output from the following command does not begin on a new line, e.g.:

Starting ppp as "root"add net 1.2.3.0: gateway 4.3.2.1

Fix: Assuming the 'echo -n' is there to let output of ppp follow
this line, I suggest adding an additional echo:
How-To-Repeat: 
Enable ppp for automatic startup, watch console when booting.
Comment 1 Brian Somers freebsd_committer freebsd_triage 2001-06-10 17:22:05 UTC
State Changed
From-To: open->closed

Fixed in -current.  I'll MFC after 1 week.