2010-11-15 18:13:45 +00:00
|
|
|
$OpenBSD: README,v 1.1 2010/11/15 18:13:45 jasper Exp $
|
|
|
|
|
2009-03-06 16:55:26 +00:00
|
|
|
To make dhclient play nice with adsuck, patching dhclient-script is necessary:
|
|
|
|
|
|
|
|
cd /sbin
|
2009-03-09 03:57:38 +00:00
|
|
|
patch -p0 < ${TRUEPREFIX}/share/adsuck/dhclient-script.diff
|
2009-03-06 16:55:26 +00:00
|
|
|
|
2009-03-06 23:57:44 +00:00
|
|
|
dhclient-script will then, providing adsuck exists and adsuck_flags != "NO"
|
|
|
|
will avoid /etc/resolv.conf and write instead /var/adsuck/files/resolv.conf,
|
|
|
|
and give adsuck a HUP to reload that file.
|