Remove USE_GROFF. ("anything originated by me uses mandoc" marco@) rc.d(8) bits by myself. From new maintainer Gonzalo L. R. with some tweaks by me.
22 lines
631 B
Plaintext
22 lines
631 B
Plaintext
$OpenBSD: README,v 1.2 2011/03/18 13:13:59 ajacoutot Exp $
|
|
|
|
Running adsuck on OpenBSD
|
|
=========================
|
|
|
|
Running adsuck(1) locally with dhclient(8)
|
|
------------------------------------------
|
|
|
|
To make dhclient(8) play nice with adsuck(1), the following script has
|
|
been installed:
|
|
|
|
${TRUEPREFIX}/sbin/dhclient-adsuck
|
|
|
|
Provided that adsuck(1) is installed and adsuck_flags is not set to "NO"
|
|
in rc.conf.local(5), this script will prevent from using
|
|
/etc/resolv.conf to resolve non-blacklisted entries but use
|
|
/var/adsuck/files/resolv.conf instead.
|
|
|
|
Make sure that /etc/resolv.conf only contains:
|
|
|
|
nameserver 127.0.0.1
|