1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/l2tpd/files/patch-doc::l2tpd.8
Maxim Sobolev e88d2bd5b4 - Update to 0.69;
- fix an incompatibility, which causes daemon to eat 100% CPU even when
completely idle (ages old problem with select()'ing on FIFO without
writers opened for reading in non-blocking mode);
- replace incomplete and ugly daemonize code with native daemon(3).

Sponsored by:	United Networks of Ukraine
2002-11-23 00:40:51 +00:00

30 lines
640 B
Groff

$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/l2tp/l2tpd.conf
.TP
.B -s <secret file>
Tells l2tpd to use an alternate "secrets" file. Default is
-/etc/l2tpd/l2tp-secrets
+%%PREFIX%%/etc/l2tp/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/l2tp/l2tpd.conf \fB\fR%%PREFIX%%/etc/l2tp/l2tp\-secrets
\fB\fR/var/run/l2tp\-control
.SH "BUGS"