* [Buildroot] [PATCH] pppd.mk installs radattr.so twice and omits radrealms.so
@ 2010-08-19 19:19 Darcy Watkins
2010-08-29 21:09 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Darcy Watkins @ 2010-08-19 19:19 UTC (permalink / raw)
To: buildroot
Hello,
In the pppd.mk (for pppd package) the radattr.so plugin (for radiua) is
installed twice (the second install overwriting the first) but the
radrealms.so plugin is omitted from the install. This appears to be a
copy-paste error.
Below is patch that corrects this.
signed-off by: Darcy Watkins <dwatkins@tranzeo.com>
Index: buildroot-2010.08_powerpc/package/pppd/pppd.mk
===================================================================
--- buildroot-2010.08_powerpc.orig/package/pppd/pppd.mk
+++ buildroot-2010.08_powerpc/package/pppd/pppd.mk
@@ -55,8 +55,8 @@ $(PPPD_TARGET_INSTALL_TARGET):
$(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radattr.so
$(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radius.so \
$(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radius.so
- $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radattr.so \
- $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radattr.so
+ $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radrealms.so \
+ $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radrealms.so
for m in $(PPPD_MANPAGES); do \
$(INSTALL) -m 644 -D $(PPPD_DIR)/$$m/$$m.8 \
$(TARGET_DIR)/usr/share/man/man8/$$m.8; \
Regards,
Darcy
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] pppd.mk installs radattr.so twice and omits radrealms.so
2010-08-19 19:19 [Buildroot] [PATCH] pppd.mk installs radattr.so twice and omits radrealms.so Darcy Watkins
@ 2010-08-29 21:09 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-08-29 21:09 UTC (permalink / raw)
To: buildroot
>>>>> "Darcy" == Darcy Watkins <dwatkins@tranzeo.com> writes:
Darcy> Hello,
Darcy> In the pppd.mk (for pppd package) the radattr.so plugin (for radiua) is
Darcy> installed twice (the second install overwriting the first) but the
Darcy> radrealms.so plugin is omitted from the install. This appears to be a
Darcy> copy-paste error.
Darcy> Below is patch that corrects this.
Darcy> signed-off by: Darcy Watkins <dwatkins@tranzeo.com>
Committed, thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-29 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19 19:19 [Buildroot] [PATCH] pppd.mk installs radattr.so twice and omits radrealms.so Darcy Watkins
2010-08-29 21:09 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox