On Thu, Dec 21, 2006 at 05:37:13PM +0100, Soeren Sonnenburg wrote: > Package: dhcp3-server > Version: 3.0.4-12 > Followup-For: Bug #394429 > > I am also annoyed by this. and the patch is so trivial: > just add test "$INTERFACES" || exit 0 > > i.e.: > > # Read init script configuration (so far only interfaces the daemon > # should listen on.) > . /etc/default/dhcp3-server > > test "$INTERFACES" || exit 0 <<< NEW !!
That won't work. My DHCP server has nothing defined for interfaces in /etc/default/dhcp3-server, and works fine on eth0 as intended. Doing what you propose would break things for everyone who is currently successfully running their DHCP server this way. regards Andrew
signature.asc
Description: Digital signature

