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-l2tpd.8 | |
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>
Notes
Notes:
svn path=/head/; revision=68654
Diffstat (limited to 'net/l2tpd/files/patch-l2tpd.8')
-rw-r--r-- | net/l2tpd/files/patch-l2tpd.8 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-l2tpd.8 b/net/l2tpd/files/patch-l2tpd.8 new file mode 100644 index 000000000000..f8e060770652 --- /dev/null +++ b/net/l2tpd/files/patch-l2tpd.8 @@ -0,0 +1,29 @@ + +$FreeBSD$ + +--- l2tpd.8 2002/10/22 09:53:22 1.1 ++++ l2tpd.8 2002/10/22 09:53:51 +@@ -28,20 +28,20 @@ + + .RS 3 + Selects a different configuration file from the default, set at compile +-time (typically /etc/l2tp/l2tpd.conf). ++time (typically %%PREFIX%%/etc/l2tp/l2tpd.conf). + See + .BR l2tpd.conf (5) + for more information. + .RE + .SH FILES + +-.B /etc/l2tp/l2tpd.conf ++.B %%PREFIX%%/etc/l2tp/l2tpd.conf + .RS 3 + Configuration file for l2tpd, specifies virtually all information for its + operation. + .RE + +-.B /etc/l2tp/l2tp-secrets ++.B %%PREFIX%%/etc/l2tp/l2tp-secrets + .RS 3 + Secrets used for challenge authentication and information hiding. + .RE |