summaryrefslogtreecommitdiffstats
path: root/net/l2tpd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-16 13:39:01 +0000
committerru <ru@FreeBSD.org>2003-04-16 13:39:01 +0000
commit4bf11d43eef67cb8cfc0ad0ed1406b052eb6b64c (patch)
tree11156cb8e16804c97cdc26db6a551ca3349c0912 /net/l2tpd
parent482ceaa770f4a591c3a5618b5b70483fdfbc86b7 (diff)
downloadFreeBSD-ports-4bf11d43eef67cb8cfc0ad0ed1406b052eb6b64c.zip
FreeBSD-ports-4bf11d43eef67cb8cfc0ad0ed1406b052eb6b64c.tar.gz
Let pppd(8) control the IP address allocation.
Approved by: sobomax
Diffstat (limited to 'net/l2tpd')
-rw-r--r--net/l2tpd/files/patch-Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/l2tpd/files/patch-Makefile b/net/l2tpd/files/patch-Makefile
index 10e0735..5ed32e0 100644
--- a/net/l2tpd/files/patch-Makefile
+++ b/net/l2tpd/files/patch-Makefile
@@ -2,7 +2,7 @@
$FreeBSD$
--- Makefile.orig Sat Aug 10 03:42:22 2002
-+++ Makefile Wed Oct 23 16:32:38 2002
++++ Makefile Fri Apr 11 19:12:26 2003
@@ -27,11 +27,11 @@
# become runtime options) debugging flags
#
@@ -26,9 +26,12 @@ $FreeBSD$
#
# Uncomment the next line for Solaris. For solaris, at least,
# we don't want to specify -I/usr/include because it is in
-@@ -56,7 +56,7 @@
+@@ -54,9 +54,9 @@
+ # Comment the following line to disable l2tpd maintaining IP address
+ # pools to pass to pppd to control IP address allocation
- FFLAGS= -DIP_ALLOCATION
+-FFLAGS= -DIP_ALLOCATION
++#FFLAGS= -DIP_ALLOCATION
-CFLAGS= $(DFLAGS) -Wall -DSANITY $(OSFLAGS) $(FFLAGS)
+CFLAGS+= $(DFLAGS) -Wall -DSANITY $(OSFLAGS) $(FFLAGS)
OpenPOWER on IntegriCloud