On 23 Feb 2009, at 13:14, Helmut Jarausch wrote:
...
So to fix this, I'd like to do some 'sleep' after /usr/bin/br2684ctl has
executed.

Where is the syntax
br2684ctl_nas0= ...

explained and how can I insert some 'sleep'?

In my /etc/conf.d/net I have:

preup() {
        if [[ ${IFACE} == "br0" ]] ;
          then sleep 30 ;
        fi
        return 0
}

HTH,

Stroller.

Reply via email to