Bug#315144: Missing dependency on hotplug means ifrename isn't run at startup

2005-06-22 Thread Dave Ewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, 22.06.2005 at 15:47 +0200, Guus Sliepen wrote: > [...] If you are running stable, then create your own init script or > install hotplug. Just for info for anyone else browsing this thread ... For ifrename in Sarge, in /usr/share/doc/i

Bug#315144: Missing dependency on hotplug means ifrename isn't run at startup

2005-06-22 Thread Guus Sliepen
tags 315144 + sarge tags 315144 + wontfix thanks On Wed, Jun 22, 2005 at 02:22:14PM +0100, Dave Ewart wrote: > >> ifrename is only run on startup if the hotplug package is also > >> installed. > > > > Well, it should always run... I do see a bug in the init.d script > > though, it says: [...] > W

Bug#315144: Missing dependency on hotplug means ifrename isn't run at startup

2005-06-22 Thread Dave Ewart
On Mon, June 20, 2005 21:20, Guus Sliepen said: > On Mon, Jun 20, 2005 at 09:44:26PM +0100, Dave Ewart wrote: > >> ifrename is only run on startup if the hotplug package is also >> installed. > > Well, it should always run... I do see a bug in the init.d script > though, it says: > > test -f $DAEMO

Bug#315144: Missing dependency on hotplug means ifrename isn't run at startup

2005-06-22 Thread Dave Ewart
On Mon, June 20, 2005 21:20, Guus Sliepen said: > On Mon, Jun 20, 2005 at 09:44:26PM +0100, Dave Ewart wrote: > >> ifrename is only run on startup if the hotplug package is also >> installed. > > Well, it should always run... I do see a bug in the init.d script > though, it says: > > test -f $DAEMO

Bug#315144: Missing dependency on hotplug means ifrename isn't run at startup

2005-06-20 Thread Guus Sliepen
On Mon, Jun 20, 2005 at 09:44:26PM +0100, Dave Ewart wrote: > ifrename is only run on startup if the hotplug package is also > installed. Well, it should always run... I do see a bug in the init.d script though, it says: test -f $DAEMON || exit 0 That should probably be: test -x $IFRENAME || e

Bug#315144: Missing dependency on hotplug means ifrename isn't run at startup

2005-06-20 Thread Dave Ewart
Package: ifrename Version: 27-2 Severity: normal ifrename is only run on startup if the hotplug package is also installed. Failure to run at startup means that network interfaces acquire their default eth0, eth1 etc. labels, and not those specified in /etc/iftab Running 'ifrename' manually afte