Package: rp-pppoe Severity: normal
Hi, Below is a simple patch to the debian package that will enable kernel mode in pppoe-server. diff -Naur rp-pppoe-3.8.orig/debian/control rp-pppoe-3.8/debian/control --- rp-pppoe-3.8.orig/debian/control 2003-09-17 04:21:06.000000000 +1000 +++ rp-pppoe-3.8/debian/control 2006-08-11 17:04:09.000000000 +1000 @@ -3,7 +3,7 @@ Standards-Version: 3.6.0 Section: net Priority: optional -Build-Depends: debhelper (> 4) +Build-Depends: debhelper (> 4), ppp-dev Package: pppoe Architecture: any diff -Naur rp-pppoe-3.8.orig/debian/rules rp-pppoe-3.8/debian/rules --- rp-pppoe-3.8.orig/debian/rules 2003-09-17 05:12:35.000000000 +1000 +++ rp-pppoe-3.8/debian/rules 2006-08-11 16:21:17.000000000 +1000 @@ -7,7 +7,7 @@ build-stamp: dh_testdir # test -f configure || (aclocal; autoconf) - test -f src/Makefile || (cd src && ./configure) + test -f src/Makefile || (cd src && ./configure --enable-plugin) $(MAKE) -C src touch build-stamp -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]