Use invoke-rc.d for starting network
authorMichael Prokop <mika@grml.org>
Wed, 5 Aug 2009 13:40:34 +0000 (15:40 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 5 Aug 2009 13:40:34 +0000 (15:40 +0200)
autoconfig.functions
debian/changelog

index 90f1779..50d45a2 100755 (executable)
@@ -2341,7 +2341,7 @@ if checkbootparam "debnet" ; then
        mkdir /etc/network/run
        umount /mnt ; eend $?
      einfo "Starting network."
-       /etc/init.d/networking start ; eend $?
+       invoke-rc.d networking start ; eend $?
    else
      eerror "/etc/network/interfaces not found." ; eend 1
    fi
index 1f263f6..9b87c05 100644 (file)
@@ -36,8 +36,10 @@ grml-autoconfig (0.8.24) unstable; urgency=low
   * Switch wording from 'CD' to 'live mode' where possible.
   * Bump Build-Depends to debhelper >=5.
   * Bump Standard-Version to 3.8.2 (no further changes).
+  * Use invoke-rc.d for starting network instead of invoking the
+    init script directly.
 
- -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 15:37:52 +0200
+ -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 15:40:19 +0200
 
 grml-autoconfig (0.8.23) unstable; urgency=low