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.5 | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
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" + |