[5530] in testers
Re: Linux; 9.2.[67]; "bringing up interface eth0.saved"
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu Jun 19 16:53:39 2003
Date: Thu, 19 Jun 2003 16:53:36 -0400 (EDT)
Message-Id: <200306192053.h5JKramY019854@brad-majors.mit.edu>
From: Garry Zacheiss <zacheiss@MIT.EDU>
To: Derek Atkins <warlord@MIT.EDU>
CC: testers@MIT.EDU
In-reply-to: "[5504] in testers"
> I get a startup message:
> bringing up interface eth0.saved
>
> I dont think it should be doing this...
I don't think this causes any problems in practice, and fixing it is
annoying because we have the options of:
- Making syncconf call the old file eth0.bak, which Redhat's scripts
know to ignore, but is inconsistant with other plaforms.
- Install our own copy of /etc/init.d/network that knows to ignore
ifcfg-* files ending in .saved.
- Put the .saved file in another directory, which is also inconsistant
with other platforms.
So I think this is one we're going to let slide.
Garry