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] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UkAPS-00023c-BX for ptxdist@pengutronix.de; Wed, 05 Jun 2013 11:53:38 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1UkAPQ-0001nn-63 for ptxdist@pengutronix.de; Wed, 05 Jun 2013 11:53:36 +0200 Date: Wed, 5 Jun 2013 11:53:36 +0200 From: Michael Olbrich Message-ID: <20130605095336.GE16025@pengutronix.de> References: <1370348351-20471-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1370348351-20471-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf 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 Tue, Jun 04, 2013 at 02:19:11PM +0200, Bernhard Walle wrote: > It's not necessary to make /etc/sysctl.conf executable. > Thanks, applied. Michael > Signed-off-by: Bernhard Walle > --- > rules/busybox.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/busybox.make b/rules/busybox.make > index 48b0a23..203aa52 100644 > --- a/rules/busybox.make > +++ b/rules/busybox.make > @@ -233,7 +233,7 @@ ifdef PTXCONF_BUSYBOX_CROND > endif > > ifdef PTXCONF_BUSYBOX_BB_SYSCTL > - @$(call install_alternative, busybox, 0, 0, 0755, /etc/sysctl.conf) > + @$(call install_alternative, busybox, 0, 0, 0644, /etc/sysctl.conf) > endif > > @$(call install_finish, busybox) > -- > 1.8.3 > > > -- > 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