Report information
The Basics
Id:
46954
Status:
new
Priority:
Low/Low
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
(no value)

Dates
Created:Thu, 04 Jan 2018 20:02:05 -0500
Updated:Thu, 04 Jan 2018 20:02:17 -0500
Closed:Not set



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Date: Fri, 5 Jan 2018 12:01:17 +1100
Subject: Please use shell instead of bash in dhclient-script
From: "Andrew Stuart" <andrew.stuart@supercoders.com.au>
To: dhcp-suggest@isc.org
I was getting strange errors saying: execve (/sbin/dhclient-script, ...): No such file or directory eventually I tracked the problem down to find that it is cased because the dhclient-script uses bash in ints shebang #!/bin/bash This is disappointing because I am using dhclient on a minimal system that does not have bash installed, nor need bash for any other purpose. It would be good if the dhclient-script used shell as a lowest common denominator. thanks Andrew