diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-23 13:21:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-23 13:21:53 +0000 |
commit | b0506b02a8947f799d146b082a743e0b0794c5ea (patch) | |
tree | 3b79fced2a641fb08067d88534f8eae38a4fcabc /net/l2tpd/files/patch-doc::l2tpd.conf.sample | |
parent | Add Darwin Streaming Server(4.1.1), a server which send streaming (diff) |
Add l2tpd 0.64, an implementation of the layer two tunneling protocol.
Requested & beersponsored by: Yuri Babushkin <piton@united.net.ua>
Diffstat (limited to 'net/l2tpd/files/patch-doc::l2tpd.conf.sample')
-rw-r--r-- | net/l2tpd/files/patch-doc::l2tpd.conf.sample | 14 |
1 files changed, 14 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..ba417a9d06ac --- /dev/null +++ b/net/l2tpd/files/patch-doc::l2tpd.conf.sample @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- doc/l2tpd.conf.sample 2002/10/22 09:59:52 1.1 ++++ doc/l2tpd.conf.sample 2002/10/22 10:00:14 +@@ -10,7 +10,7 @@ + ; + ; [global] ; Global parameters: + ; 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 + ; + ; [lns default] ; Our fallthrough LNS definition |