diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-27 17:41:05 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-27 17:41:05 +0000 |
commit | 8777b995ddd347a698f870830a95821cceec465b (patch) | |
tree | 1eeca37045c0ac48888c3cd335cfd7a0c640cd27 /net/mouse-pppoe/patches/patch-aa | |
parent | d4699dea3c682081e7f447126901999c85648327 (diff) | |
download | pkgsrc-8777b995ddd347a698f870830a95821cceec465b.tar.gz |
Update to mouse-pppoe-20000912nb1:
* rename binary from pppoe to mouse-pppoe, so this pkg can be installed
together with rp-pppoe
* rename the pkg from mouse_pppoe to mouse-pppoe
* our pppd does not understand "noipx" - leave that out!
Diffstat (limited to 'net/mouse-pppoe/patches/patch-aa')
-rw-r--r-- | net/mouse-pppoe/patches/patch-aa | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net/mouse-pppoe/patches/patch-aa b/net/mouse-pppoe/patches/patch-aa index dc6b9b06b3f..ec69f482b6f 100644 --- a/net/mouse-pppoe/patches/patch-aa +++ b/net/mouse-pppoe/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2000/09/14 22:51:26 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/02/27 17:41:06 hubertf Exp $ ---- pppoe.c.orig Wed Sep 13 02:11:53 2000 +--- pppoe.c.orig Fri Apr 21 05:58:32 2000 +++ pppoe.c @@ -5,6 +5,7 @@ #include <stdarg.h> @@ -10,3 +10,11 @@ $NetBSD: patch-aa,v 1.1 2000/09/14 22:51:26 wiz Exp $ #include <net/if.h> #include <termios.h> #include <strings.h> +@@ -677,7 +678,6 @@ + *ap++ = "nodeflate"; + *ap++ = "nodetach"; + *ap++ = "noipdefault"; +- *ap++ = "noipx"; + *ap++ = "nopcomp"; + *ap++ = "nopersist"; + *ap++ = "nopredictor1"; |