Package: dhcp3-client
Version: 3.1.3-2
I have a source script "sethostname" in /etc/dhcp3/dhclient-exit-hooks.d:
if [ -n "$new_host_name" ]; then
hostname "$new_host_name"
fi
true
Problem: It is never run. If I rename it to "asethostname" (making it the
first on the list), then it is run as expected.
IMHO dhclient-script should run the hooks independent of each other.
BTW, save_exit_status is set in run_hook(), but never used.
Regards
Harri
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]