tags 422539 patch
thanks

> daemon /sbin/ifup $*

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 $?

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to