From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1T8Yar-0007kx-NF for ptxdist@pengutronix.de; Mon, 03 Sep 2012 17:29:41 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1T8Yar-0008Ir-N0 for ptxdist@pengutronix.de; Mon, 03 Sep 2012 17:29:41 +0200 Date: Mon, 3 Sep 2012 17:29:41 +0200 From: Michael Olbrich Message-ID: <20120903152941.GB31757@pengutronix.de> References: <1343665975-13416-1-git-send-email-post@lespocky.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1343665975-13416-1-git-send-email-post@lespocky.de> Subject: Re: [ptxdist] [PATCH] busybox: add more empty folders for ifupdown Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Jul 30, 2012 at 06:32:55PM +0200, Alexander Dahl wrote: > Hei there, > > After upgrading to busybox v1.20.1 ifupdown complains about two > missing folders if-pre-down.d and if-post-up.d. This patch just > adds two lines for creating those empty folders. > > Note: for initmethod systemd the same folders are created. As far as I > could see ifupdown is part of busybox. Is this very ifupdown used > together with systemd? Then these folders have to be added there, too. Correct. I've applied your patch and made the same changes for systemd. Michael > Greets > Alex > > Signed-off-by: Alexander Dahl > --- > rules/initmethod-bbinit.make | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/rules/initmethod-bbinit.make b/rules/initmethod-bbinit.make > index b71d1af..f59c321 100644 > --- a/rules/initmethod-bbinit.make > +++ b/rules/initmethod-bbinit.make > @@ -60,8 +60,10 @@ ifdef PTXCONF_INITMETHOD_BBINIT_ETC_INITD_NETWORKING > @$(call install_alternative, initmethod-bbinit, 0, 0, 0644, /etc/network/interfaces, n) > @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-down.d) > @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-up.d) > + @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-pre-down.d) > @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-post-down.d) > @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-pre-up.d) > + @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-post-up.d) > endif > > ifdef PTXCONF_INITMETHOD_BBINIT_ETC_INITD_RT_SET_BANDWIDTH > -- > 1.7.2.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de