From 9477a587833b5b681773c5f20af70e0277619e09 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 24 Sep 2015 14:12:11 +0200 Subject: [PATCH] rp-pppoe: dropped, use the pppoe plugin of ppp --- rp-pppoe/.footprint | 33 --------------------------------- rp-pppoe/.md5sum | 1 - rp-pppoe/Pkgfile | 25 ------------------------- 3 files changed, 59 deletions(-) delete mode 100644 rp-pppoe/.footprint delete mode 100644 rp-pppoe/.md5sum delete mode 100644 rp-pppoe/Pkgfile diff --git a/rp-pppoe/.footprint b/rp-pppoe/.footprint deleted file mode 100644 index e85ec8392..000000000 --- a/rp-pppoe/.footprint +++ /dev/null @@ -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 diff --git a/rp-pppoe/.md5sum b/rp-pppoe/.md5sum deleted file mode 100644 index 6a706504f..000000000 --- a/rp-pppoe/.md5sum +++ /dev/null @@ -1 +0,0 @@ -13b5900c56bd602df6cc526e5e520722 rp-pppoe-3.11.tar.gz diff --git a/rp-pppoe/Pkgfile b/rp-pppoe/Pkgfile deleted file mode 100644 index b1c1b31cd..000000000 --- a/rp-pppoe/Pkgfile +++ /dev/null @@ -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 ' 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} -}