Am Freitag, 11. Juli 2008 schrieb Marco d'Itri:
> On Jul 11, Peter Eisentraut <[EMAIL PROTECTED]> wrote:
> > #!/bin/sh
> >
> > set -e
> >
> > PATH=/sbin:/bin:/usr/sbin:/usr/bin
> >
> > if [ -r /lib/udev/hotplug.functions ]; then
> >         . /lib/udev/hotplug.functions
> >         wait_for_file /usr/sbin/ntpdate-debian
> > fi
>
> Fixed, but where does this code comes from?
> It's seriously broken, programs must use wait_for_file only after forking.

Yeah, there is actually a

( ... ) &

around it.



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

Reply via email to