--- dhclient-adsuck.orig Mon Jan 9 23:23:33 2012 +++ dhclient-adsuck Fri Jan 20 14:05:00 2012 @@ -22,7 +22,7 @@ if [ "X$new_domain_name_servers" = "X" ]; then exec /sbin/dhclient-script "$@" fi -if [ "$adsuck_flags" != "NO" -a -x /usr/local/sbin/adsuck ]; then +if [ "$adsuck_flags" != "NO" -a -x ${TRUEPREFIX}/sbin/adsuck ]; then adsuck_resconf="/var/adsuck/files/resolv.conf" { @@ -40,7 +40,7 @@ if [ "$adsuck_flags" != "NO" -a -x /usr/local/sbin/ads if pgrep adsuck > /dev/null; then pkill -HUP adsuck else - /usr/local/sbin/adsuck $adsuck_flags + ${TRUEPREFIX}/sbin/adsuck $adsuck_flags fi unset new_domain_name_servers unset new_domain_name