diff options
author | tron <tron@pkgsrc.org> | 2000-12-09 09:29:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-09 09:29:08 +0000 |
commit | 61c81cb3347139c10d4b9ac05d7fd16630b975c3 (patch) | |
tree | 4c371b3139bea6727d574f66b414b91e734c5f2e | |
parent | db395d9c63f1ce5d1f1e4ad8cf1e1ef599b93284 (diff) | |
download | pkgsrc-61c81cb3347139c10d4b9ac05d7fd16630b975c3.tar.gz |
Update "rp-ppoe" package to version 2.4. Changes since version 2.2:
- Fixed spec file to automatically add .gz extension to man files as required
- Tightened firewall rules.
- Better check for /var/run in adsl-status; minor shell script fixes and
cleanups for NetBSD and Solaris.
- Added FAQ to HOW-TO-CONNECT regarding running a script each time a
connection is made.
- Fixed the init script to create/remove /var/lock/subsys/adsl (patch
courtesy of Charley Carter.)
- Added support (under Linux) for N_HDLC line discipline which should
greatly reduce CPU usage. My tests show it cuts CPU usage in half.
My 486 DX2/66 gets 800 kb/s at 22% CPU usage.
- adsl-connect uses "setsid" (if available) so that adsl-stop doesn't kill
its caller. There is (IMO) a bug in pppd which kills all processes in
its process group if the "pty" option is used. The setsid program gets
around this bug, on Linux at least.
- Port to Solaris, courtesy of David Holland.
- Renamed spec file from "spec" to "rp-pppoe.spec" and made some cleanups.
NOTE: Red Hat, in their infinite wisdom, decided to make the new RPM
compress man pages automatically. You may have problems building RPM's
from source unless you get the latest rpm package and make sure it
compresses man pages.
-rw-r--r-- | net/rp-pppoe/Makefile | 8 | ||||
-rw-r--r-- | net/rp-pppoe/files/md5 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 620da9bbd69..2230c9a5b91 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2000/08/12 16:54:44 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/12/09 09:29:08 tron Exp $ -DISTNAME= rp-pppoe-2.2 +DISTNAME= rp-pppoe-2.4 CATEGORIES= net -MASTER_SITES= http://www.roaringpenguin.com/pppoe/ +MASTER_SITES= ${HOMEPAGE} MAINTAINER= tron@netbsd.org -HOMEPAGE= http://home.sprynet.com/~minaret/pppoe/ +HOMEPAGE= http://www.roaringpenguin.com/pppoe/ CONFLICTS+= mouse_pppoe-* diff --git a/net/rp-pppoe/files/md5 b/net/rp-pppoe/files/md5 index 16031c6afe2..cfb242ebbd4 100644 --- a/net/rp-pppoe/files/md5 +++ b/net/rp-pppoe/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/07/31 19:31:04 tron Exp $ +$NetBSD: md5,v 1.4 2000/12/09 09:29:08 tron Exp $ -MD5 (rp-pppoe-2.2.tar.gz) = 9777dde66eb04d1517868cb899d7221b +MD5 (rp-pppoe-2.4.tar.gz) = b4e066d72618af3efe0bfc28bff085ea |