Am Mittwoch, 28. November 2007 schrieb Marco d'Itri:
> On Nov 28, Peter Eisentraut <[EMAIL PROTECTED]> wrote:
> > Perhaps you have some idea how to manage the following situation.  There
> > are a bunch of scripts in /etc/network/if-up.d/ to be run when a network
> > interface comes up.  Many of them require /usr to be mounted.  Now udev
> > is run in
>
> cd /lib/udev/
> . ./hotplug.functions
>
> wait_for_file /dev/log
>
> ...

It looks like writing

wait_for_file /usr

will block the script until /usr becomes available.  Would the udev init 
script finish anyway so the mountall script is reached?  Or would I have to 
put the entire job into the background manually somehow?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to