From: Roy Marples Date: Sun, 17 Aug 2008 15:13:23 +0000 (+0000) Subject: Document correct background option in dhcpcd.conf X-Git-Tag: v4.0.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac03ede3de43969143a5bd314af10f17003980a;p=thirdparty%2Fdhcpcd.git Document correct background option in dhcpcd.conf --- diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index c7fa68a6..f58c087f 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 13, 2008 +.Dd August 17, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -43,9 +43,10 @@ Blank lines and lines starting with # are ignored. .Pp Here's a list of available options: .Bl -tag -width indent -.It Ic vendorclassid Ar string -Change the default vendorclassid sent from dhcpcd-version. -If not set then none is sent. +.It Ic background +Background immediately. +This is useful for startup scripts which don't disable link messages for +carrier status. .It Ic clientid Ar string Change the default clientid sent from the interface hardware address. If the string is of the format 01:02:03 then it is encoded as hex. @@ -102,8 +103,6 @@ See .It Ic nolink Don't receive link messages about carrier status. You should only set this for buggy interface drivers. -.It Ic nowait -Don't wait to obtain a DHCP lease, fork to the background right away. .It Ic option Ar dhcp-option Requests the .Ar dhcp-option @@ -123,7 +122,7 @@ be too long or too short and can be changed here. .It Ic userclass Ar string Tag the DHCP messages with the userclass. You can specify more than one. -.It vendor Ar code , Ns Ar value +.It Ic vendor Ar code , Ns Ar value Add an enscapulated vendor option. .Ar code should be between 1 and 254 inclusive. @@ -135,6 +134,9 @@ Set the vendor option 02 with a hex code. .D1 vendor 02,01:02:03:04:05 Set the vendor option 03 with an IP address as a string. .D1 vendor 03,\e"192.168.0.2\e" +.It Ic vendorclassid Ar string +Change the default vendorclassid sent from dhcpcd-version. +If not set then none is sent. .El .Sh SEE ALSO .Xr dhcpcd-run-hooks 8 ,