Joey Hess wrote:
> --- /root/tmp/network~        2006-10-09 11:08:04.000000000 -0400
> +++ network   2007-05-06 15:08:26.000000000 -0400
> @@ -109,7 +109,7 @@
>           ;;
>       debian|mandrake|fedora|redhat)
>           network_ifup() {
> -             /sbin/ifup $*
> +             /sbin/ifup $* &
>           }
>           network_ifdown() {
>               /sbin/ifdown $*

That patch turns out not to work. Despite ifup running in the bg,
hibernate still waits for it to complete before exiting.

This does seem to work:

daemon /sbin/ifup $*

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to