diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/l2tpd/files/patch-doc__l2tpd.conf.sample | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'net/l2tpd/files/patch-doc__l2tpd.conf.sample')
-rw-r--r-- | net/l2tpd/files/patch-doc__l2tpd.conf.sample | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-doc__l2tpd.conf.sample b/net/l2tpd/files/patch-doc__l2tpd.conf.sample new file mode 100644 index 000000000000..2e4377e31f30 --- /dev/null +++ b/net/l2tpd/files/patch-doc__l2tpd.conf.sample @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- doc/l2tpd.conf.sample.orig Sat Aug 10 03:42:22 2002 ++++ doc/l2tpd.conf.sample Wed Apr 16 16:13:48 2003 +@@ -9,8 +9,9 @@ + ; You most definitely don't have to spell out everything as it is done here + ; + ; [global] ; Global parameters: ++; address = 0.0.0.0 ; * Bind to IP address + ; port = 1701 ; * Bind to port 1701 +-; auth file = /etc/l2tp/l2tp-secrets ; * Where our challenge secrets are ++; auth file = %%PREFIX%%/etc/l2tp/l2tp-secrets ; * Where our challenge secrets are + ; access control = yes ; * Refuse connections without IP match + ; rand source = dev ; Source for entropy for random + ; ; numbers, options are: |