On Sat, 2007-06-23 at 00:22 +1000, Andrew Pollock wrote: > 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.
OK. In this case a solution would be to add a START=no (or yes) line to /etc/default/dhcp3-server and test "$START" = yes || exit 0 to the init script. Soeren -- Sometimes, there's a moment as you're waking, when you become aware of the real world around you, but you're still dreaming. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]