Bug 15980

Summary: update of rc.conf.5 man page
Product: Documentation Reporter: John Reynolds <jjreynold>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description John Reynolds 2000-01-08 09:20:01 UTC
Since DHCP was brought into the tree, rc.network was capable of launching
DHCP via

  ${dhcp_program} ${dhcp_flags} ${ifn}

for a given network $ifn.

To trigger this, you set the rc.conf variable

  ifconfig_<ifn>

to DHCP like so:

  ifconfig_<ifn>="DHCP"

But this is not documented in the man page for rc.conf. One will only find it
by grepping rc.network.

Fix: Apply the following patch to rc.conf.5
How-To-Repeat: 
  n/a
Comment 1 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-01-13 13:12:00 UTC
State Changed
From-To: open->closed

Fixed in rev 1.60 and rev 1.27.2.23 of rc.conf.5 with a slightly modified 
patch. 

Thanks!