From: Michael Prokop Date: Wed, 5 Aug 2009 13:40:34 +0000 (+0200) Subject: Use invoke-rc.d for starting network X-Git-Tag: v0.8.24~3 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=f3f2108ec4f2886c16b225614cc69b1da0364d76;hp=18b3cf5af084021e4df5756b1c3c822d4b7e6b53 Use invoke-rc.d for starting network --- diff --git a/autoconfig.functions b/autoconfig.functions index 90f1779..50d45a2 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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 diff --git a/debian/changelog b/debian/changelog index 1f263f6..9b87c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 05 Aug 2009 15:37:52 +0200 + -- Michael Prokop Wed, 05 Aug 2009 15:40:19 +0200 grml-autoconfig (0.8.23) unstable; urgency=low