diff options
Diffstat (limited to 'net/l2tpd/files/patch-doc__l2tpd.conf.5')
-rw-r--r-- | net/l2tpd/files/patch-doc__l2tpd.conf.5 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-doc__l2tpd.conf.5 b/net/l2tpd/files/patch-doc__l2tpd.conf.5 new file mode 100644 index 000000000000..1b76668b38bb --- /dev/null +++ b/net/l2tpd/files/patch-doc__l2tpd.conf.5 @@ -0,0 +1,27 @@ + +$FreeBSD$ + +--- doc/l2tpd.conf.5.orig Tue Aug 13 21:23:13 2002 ++++ doc/l2tpd.conf.5 Wed Apr 16 16:41:33 2003 +@@ -15,7 +15,11 @@ + .TP + .B auth file + Specify where to find the authentication file used to authenticate +-l2tp tunnels. The default is /etc/l2tp/l2tp\-secrets. ++l2tp tunnels. The default is %%PREFIX%%/etc/l2tp/l2tp\-secrets. ++ ++.TP ++.B Address ++Specify which IP address l2tpd should use. The default is all addresses. + + .TP + .B Port +@@ -141,7 +145,7 @@ + + .SH "FILES" + +-\fB\fR/etc/l2tp/l2tpd.conf \fB\fR/etc/l2tp/l2tp\-secrets ++\fB\fR%%PREFIX%%/etc/l2tp/l2tpd.conf \fB\fR%%PREFIX%%/etc/l2tp/l2tp\-secrets + \fB\fR/var/run/l2tp\-control + .SH "BUGS" + |