* [ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf
@ 2013-06-04 12:19 Bernhard Walle
2013-06-05 9:53 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Walle @ 2013-06-04 12:19 UTC (permalink / raw)
To: ptxdist
It's not necessary to make /etc/sysctl.conf executable.
Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf
2013-06-04 12:19 [ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf Bernhard Walle
@ 2013-06-05 9:53 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2013-06-05 9:53 UTC (permalink / raw)
To: ptxdist
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 <bernhard@bwalle.de>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-05 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-04 12:19 [ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf Bernhard Walle
2013-06-05 9:53 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox