openbsd-ports/net/adsuck/pkg/README

11 lines
405 B
Plaintext
Raw Normal View History

2010-11-15 13:13:45 -05:00
$OpenBSD: README,v 1.1 2010/11/15 18:13:45 jasper Exp $
To make dhclient play nice with adsuck, patching dhclient-script is necessary:
cd /sbin
patch -p0 < ${TRUEPREFIX}/share/adsuck/dhclient-script.diff
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.