this patch updates xl2tpd to 1.2.5. From the changelog:
authorTravis Kemen <thepeople@openwrt.org>
Thu, 18 Mar 2010 16:01:35 +0000 (16:01 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Thu, 18 Mar 2010 16:01:35 +0000 (16:01 +0000)
commitcefdce442e7eb960157bb906f82724756c7453bd
treec3f003943d2317899bec4caf73290d1a0bbf4b47
parent748a7bfc867763a3ccb97473558436e89396c17f
this patch updates xl2tpd to 1.2.5. From the changelog:

* Fix initscript for
https://bugzilla.redhat.com/show_bug.cgi%3Fid%3D247100
* Fix for two Windows machines behind the same NAT with the same
 number of l2tp connection attempts since boot [Shinichi Furuso]

Changes in this patch:

* use PKG_INSTALL:=1
* use standard config file names like in other major distributions
* new patch to disable building pfc (which was not installed anyway),
 removes dependency to libpcap
* include a commented sample config file
* use INSTALL_CONF instead of INSTALL_DATA + chmod 0600

-Raphael

SVN-Revision: 20276
net/xl2tpd/Makefile
net/xl2tpd/files/options.xl2tpd [new file with mode: 0644]
net/xl2tpd/files/ppp.options [deleted file]
net/xl2tpd/files/ppp.secrets [deleted file]
net/xl2tpd/files/xl2tp-secrets [new file with mode: 0644]
net/xl2tpd/files/xl2tpd.conf
net/xl2tpd/files/xl2tpd.conf.sample [new file with mode: 0644]
net/xl2tpd/files/xl2tpd.init
net/xl2tpd/patches/001-opt_flags.patch [deleted file]
net/xl2tpd/patches/100-makefile_opt_flags.patch [new file with mode: 0644]
net/xl2tpd/patches/110-makefile_dont_build_pfc.patch [new file with mode: 0644]