Bug#394429: simple patch

2007-06-22 Thread Soeren Sonnenburg
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

Bug#394429: simple patch

2007-06-22 Thread Andrew Pollock
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 on

Bug#394429: simple patch

2006-12-21 Thread Soeren Sonnenburg
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 "$INTER