rp-pppoe: dropped, use the pppoe plugin of ppp

This commit is contained in:
Juergen Daubert 2015-09-24 14:12:11 +02:00
parent 8891913740
commit 9477a58783
3 changed files with 0 additions and 59 deletions

View File

@ -1,33 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ppp/
-rw-r--r-- root/root etc/ppp/firewall-masq
-rw-r--r-- root/root etc/ppp/firewall-standalone
-rw-r--r-- root/root etc/ppp/pppoe-server-options
-rw-r--r-- root/root etc/ppp/pppoe.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/rp-pppoe/
-rwxr-xr-x root/root usr/lib/rp-pppoe/rp-pppoe.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/pppoe.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/pppoe-connect.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe-relay.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe-server.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe-setup.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe-sniff.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe-start.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe-status.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe-stop.8.gz
-rw-r--r-- root/root usr/man/man8/pppoe.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/pppoe
-rwxr-xr-x root/root usr/sbin/pppoe-connect
-rwxr-xr-x root/root usr/sbin/pppoe-relay
-rwxr-xr-x root/root usr/sbin/pppoe-server
-rwxr-xr-x root/root usr/sbin/pppoe-setup
-rwxr-xr-x root/root usr/sbin/pppoe-sniff
-rwxr-xr-x root/root usr/sbin/pppoe-start
-rwxr-xr-x root/root usr/sbin/pppoe-status
-rwxr-xr-x root/root usr/sbin/pppoe-stop

View File

@ -1 +0,0 @@
13b5900c56bd602df6cc526e5e520722 rp-pppoe-3.11.tar.gz

View File

@ -1,25 +0,0 @@
# Description: PPP-over-Ethernet redirector for pppd
# URL: http://www.roaringpenguin.com/pppoe
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ppp
name=rp-pppoe
version=3.11
release=4
source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz)
build () {
cd $name-$version/src
# http://lists.roaringpenguin.com/pipermail/rp-pppoe/2013q3/000402.html
sed -i '28a#include <linux\/in6.h>' configure.in
autoconf
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-plugin
make DESTDIR=$PKG PLUGIN_DIR=/usr/lib/rp-pppoe install
rm -r $PKG/usr/{share,lib/rp-pppoe/README}
}