On Thu, Jan 24, 2002 at 04:21:28PM +0100, Stefan Gybas wrote:
> I'd like to disable this section for the boot-floppies, it's not
> necessary there:
> 
>     if [ -n "$USE_BOOTFLOPPIES_INTERACTION" ]; then
>         mknod -m 600 $TARGET/dev/initctl p
>         cat <$TARGET/dev/initctl >/dev/null &
>         CAT_PID=$!
>         on_exit "kill $CAT_PID >/dev/null 2>&1"
>     fi

That on_exit line doesn't work anyway, ref. #130668

Richard


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

Reply via email to