Two fixes to the mpd section:
- the docs are installed in PREFIX/share/doc/mpd/, not PREFIX/doc/mpd/; - there is really no need for mpd to wait for incoming connections when trying to establish an outgoing PPPoA connection. Submitted by: Harald Muehlboeck <home@clef.at>
This commit is contained in:
parent
700b2889aa
commit
4a821cb5b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21092
1 changed files with 2 additions and 2 deletions
|
@ -2252,7 +2252,7 @@ ppp_profile="adsl"</programlisting>
|
|||
<filename>/usr/local/</filename>. A complete guide to
|
||||
configure <application>mpd</application> is available in
|
||||
HTML format once the port has been installed. It is placed in
|
||||
<filename><replaceable>PREFIX</replaceable>/share/mpd/</filename>.
|
||||
<filename><replaceable>PREFIX</replaceable>/share/doc/mpd/</filename>.
|
||||
Here is a sample configuration for connecting to an ADSL
|
||||
service with <application>mpd</application>. The configuration
|
||||
is spread over two files, first the
|
||||
|
@ -2301,7 +2301,7 @@ adsl:
|
|||
<programlisting>adsl:
|
||||
set link type pptp
|
||||
set pptp mode active
|
||||
set pptp enable originate incoming outcall
|
||||
set pptp enable originate outcall
|
||||
set pptp self <replaceable>10.0.0.1</replaceable> <co
|
||||
id="co-mpd-ex-self">
|
||||
set pptp peer <replaceable>10.0.0.138</replaceable> <co
|
||||
|
|
Loading…
Reference in a new issue