diff options
Diffstat (limited to 'net/l2tpd/files/patch-doc::l2tpd.8')
-rw-r--r-- | net/l2tpd/files/patch-doc::l2tpd.8 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-doc::l2tpd.8 b/net/l2tpd/files/patch-doc::l2tpd.8 new file mode 100644 index 000000000000..f003758a4c18 --- /dev/null +++ b/net/l2tpd/files/patch-doc::l2tpd.8 @@ -0,0 +1,29 @@ + +$FreeBSD$ + +--- doc/l2tpd.8 2002/10/23 13:39:50 1.1 ++++ doc/l2tpd.8 2002/10/23 13:41:05 +@@ -16,12 +16,12 @@ + .TP + .B -c <config file> + Tells l2tpd to use an alternate config file. Default is +-/etc/l2tpd/l2tpd.conf ++%%PREFIX%%/etc/l2tpd/l2tpd.conf + + .TP + .B -s <secret file> + Tells l2tpd to use an alternate "secrets" file. Default is +-/etc/l2tpd/l2tp-secrets ++%%PREFIX%%/etc/l2tpd/l2tp-secrets + + .TP + .B -p <pid file> +@@ -30,7 +30,7 @@ + + .SH "FILES" + +-\fB\fR/etc/l2tp/l2tpd.conf \fB\fR/etc/l2tp/l2tp\-secrets ++\fB\fR%%PREFIX%%/etc/l2tpd/l2tpd.conf \fB\fR%%PREFIX%%/etc/l2tpd/l2tp\-secrets + \fB\fR/var/run/l2tp\-control + .SH "BUGS" + |