Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1629 - ppp-2.4.1-r7 (the one with pppoe support) is broken
Summary: ppp-2.4.1-r7 (the one with pppoe support) is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-09 18:00 UTC by Flavio Stanchina
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Flavio Stanchina 2002-04-09 18:00:56 UTC
The ebuild script is placing the plugins in /etc/ppp. This is the fix:

================
--- ppp-2.4.1-r7.ebuild Mon Apr  8 07:07:38 2002
+++ ppp-2.4.1-r8.ebuild Wed Apr 10 20:44:20 2002
@@ -67,7 +67,7 @@
        insopts -m0644
        doins etc.ppp/options

-       dodir /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h)
+       insinto /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h)
        doins pppd/plugins/minconn.so
        doins pppd/plugins/passprompt.so
        doins pppd/plugins/pppoe/pppoe.so
================

(Sorry for any mistakes. First encounter with Bugzilla.)
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-09 19:57:17 UTC
fixed in -r8.  Thanks :)