OK, I've decided to import the ISC client.  I am not pleased with this
choice, but I believe the FreeBSD community in general seems to prefer
this choice.

Swaying arguments:

1. OpenBSD uses the ISC client and keep a careful eye on it for software
engineering issues.  (which is really all that buffov problems are)

2. Mike Smith's emails (priv and public) show that the ISC client offers
us more options in configuring a system than the WIDE client.  Issues
include sysinstall bootstrapping support and /etc/rc* hooks.


For the record, version 2 of the ISC client *DOES* in fact require an
/etc/dhclient.conf file:

    # dhclient fxp0
    Can't open /etc/dhclient.conf: No such file or directory
    exiting.

this is stupid and I have a mind to change it to:

    Can't open /etc/dhclient.conf: using built-in defaults
    continuing.

Also, /etc/dhclient-script *IS* required:

    # dhclient fxp0
    /tmp/dcsFoU405: /etc/dhclient-script: not found
    /tmp/dcsWOk405: /etc/dhclient-script: not found
    fxp0: not found
    exiting.                                   


NOTE that unlike the WIDE client, the ISC client defaults to overwriting
your /etc/resolv.conf file.  In my case, an action that pisses me off
because I now have to write a messy /etc/dhclient.conf file to stop this
nonsence.

-- 
-- David    (obr...@nuxi.com  -or-  obr...@freebsd.org)

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to