From f3f2108ec4f2886c16b225614cc69b1da0364d76 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 5 Aug 2009 15:40:34 +0200 Subject: [PATCH] Use invoke-rc.d for starting network --- autoconfig.functions | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.1.4