On Wed, Jun 27, 2012 at 03:47:39PM +0200, Dirk Griesbach wrote:
> To take effect, those changes need to be setup before the interface is
> brought up. You will see it work if you down/up eth0 after boot.
[...]
> (Which I circumvented by adding networking as Required-Start in the
> procps init script.)
Required-Start means "do these before me" so adding networking to the
Required-Start line would mean networking is always intialised before
procps is run. So that would mean your change would mean procps is run 
after networking every time. However you said in the first line that
the changes need to be *before* the inteface is up.

networking then procps is actually how it happened with the old setup 
because S15networking is before S15procps. So adding networking to
required-start wouldn't change the order from the old way but give
dependency-based booting more consistency.

If you can clear up which is before what that would be great.

 - Craig

-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to