this patch updates xl2tpd to 1.2.5. From the changelog:
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Mar 2010 16:01:35 +0000 (16:01 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Mar 2010 16:01:35 +0000 (16:01 +0000)
commit9cb6f12ea8d8aad1e44b83388fca3f8d0a51f898
treec3f003943d2317899bec4caf73290d1a0bbf4b47
parentbde3179b41bf3b93273a0ed6a831ee5de7ca70e7
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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20276 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]