Do not set an exit status in dhclient-script.
From a post that I dug up from Brooks:
Why on earth are you exiting with $1 as the status? This is almostcertainly the problem. You should not exit from dhclient-exit-hooksat all since it occurs in the context of dhclient-script and this exitvalues is entirely bogus.
Do not set an exit status in dhclient-script.
From a post that I dug up from Brooks:
Why on earth are you exiting with $1 as the status? This is almost
certainly the problem. You should not exit from dhclient-exit-hooks
at all since it occurs in the context of dhclient-script and this exit
values is entirely bogus.