removed exit on fail "sh -e" for dhclient-script
commit02a187e16132e715a32c42a75ba07687bff84c56
authorSeewer Philippe <philippe.seewer@bfh.ch>
Thu, 18 Jun 2009 13:35:00 +0000 (18 15:35 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 18 Jun 2009 13:35:00 +0000 (18 15:35 +0200)
tree3a21c70f3d63b838207c453b965e8e06ce5507fc
parentc9111106f50841779382936381501a6650f45dfd
removed exit on fail "sh -e" for dhclient-script

The Bug causing dhclient to recall BIND has been identified:
dhclient-script runs with #!/bin/sh -e, causing setup_interface
to fail if no hostname is provided by dhcp as it is the last statement
in that function.
modules.d/40network/dhclient-script