martin f krafft wrote:
> Can you try this patch instead? It won't apply cleanly to your
> version, so i suggest you just do it manually for now.
> 
> diff -urNad upstream.trunk~/scriptlets.d/network 
> upstream.trunk/scriptlets.d/network
> --- upstream.trunk~/scriptlets.d/network        2007-07-09 15:27:29.000000000 
> +0200
> +++ upstream.trunk/scriptlets.d/network 2007-07-09 15:28:08.000000000 +0200
> @@ -112,7 +112,8 @@
>       ;;
>   debian|ubuntu)
>       network_ifup() {
> -               /sbin/ifup $* &
> +               start-stop-daemon --start --background \
> +                   --startas /sbin/ifup --name "hibernate_ifup_$1" -- $*
>       }
>       network_ifdown() {
>     STDERR="$(/sbin/ifdown $1 2>&1 1>/dev/null)" || return $?

That seems to work.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to