From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay02.ispgateway.de ([80.67.31.40]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UjqCp-0000Hg-K1 for ptxdist@pengutronix.de; Tue, 04 Jun 2013 14:19:16 +0200 Received: from [78.47.165.117] (helo=regiomontanus.your-server.de) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1UjqCp-00023p-89 for ptxdist@pengutronix.de; Tue, 04 Jun 2013 14:19:15 +0200 From: Bernhard Walle Date: Tue, 4 Jun 2013 14:19:11 +0200 Message-Id: <1370348351-20471-1-git-send-email-bernhard@bwalle.de> Subject: [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: , MIME-Version: 1.0 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 It's not necessary to make /etc/sysctl.conf executable. 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