Hi Bart,

On Monday 03 February 2014 17:19:56 Bart Vanhaute wrote:
> there is a typo in the ppp.make script to make the pppd SUID. At line
> 150, the ppp.make file tests for PTXCONFIG_PPP_SUID, but that should be
> PTXCONF_PPP_SUID.

You mean such a change?

diff --git a/rules/ppp.make b/rules/ppp.make
index d4d0171..f9c5917 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -147,7 +147,7 @@ $(STATEDIR)/ppp.targetinstall:
        @$(call install_fixup, ppp,AUTHOR,"Robert Schwebel 
(r.schwe...@pengutronix.de)")
        @$(call install_fixup, ppp,DESCRIPTION,missing)

-ifdef PTXCONFIG_PPP_SUID
+ifdef PTXCONF_PPP_SUID
        @$(call install_copy, ppp, 0, 0, 4755, -, /usr/sbin/pppd)
 else
        @$(call install_copy, ppp, 0, 0, 0755, -, /usr/sbin/pppd)


:)

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to