This little update adds a better configuration file in @sample to help people migrate from old to new Poptop version. Cheers Giovanni
Index: Makefile =================================================================== RCS file: /cvs/ports/net/poptop/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 8 Jan 2008 16:50:27 -0000 1.7 +++ Makefile 4 Mar 2008 09:04:00 -0000 @@ -2,8 +2,8 @@ COMMENT= PPTP Server -PKGNAME= poptop-1.3.0 DISTNAME= pptpd-1.3.0 +PKGNAME= poptop-1.3.0p0 CATEGORIES= net HOMEPAGE= http://www.poptop.org/ Index: patches/patch-samples_pptpd_conf =================================================================== RCS file: patches/patch-samples_pptpd_conf diff -N patches/patch-samples_pptpd_conf --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-samples_pptpd_conf 4 Mar 2008 09:04:00 -0000 @@ -0,0 +1,18 @@ +$OpenBSD$ +--- samples/pptpd.conf.orig Tue Mar 4 10:00:06 2008 ++++ samples/pptpd.conf Tue Mar 4 10:00:19 2008 +@@ -31,12 +31,12 @@ option /etc/ppp/options.pptpd + # Suppress the passing of the client's IP address to PPP, which is + # done by default otherwise. + # +-#noipparam ++noipparam + + # TAG: logwtmp + # Use wtmp(5) to record client connections and disconnections. + # +-logwtmp ++# logwtmp + + # TAG: bcrelay <if> + # Turns on broadcast relay to clients from interface <if>
