/etc/ppp/*.sample -> /usr/share/examples/ppp/*.sample

PR:		20180
Submitted by:	George Russell <george.russell@clara.net>
This commit is contained in:
Jim Mock 2000-07-26 18:51:05 +00:00
parent 82d7459043
commit b283a86ae0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7734
2 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.26 2000/07/16 16:43:40 alex Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.27 2000/07/23 19:51:30 ben Exp $
-->
<chapter id="ppp-and-slip">
@ -327,7 +327,7 @@ nameserver <replaceable>y.y.y.y</replaceable></programlisting>
<para>Both <command>ppp</command> and <command>pppd</command>
(the kernel level implementation of PPP) use the configuration
files located in the <filename>/etc/ppp</filename> directory.
files located in the <filename>/usr/share/examples/ppp</filename> directory.
The sample configuration files provided are a good reference,
so do not delete them.</para>
@ -529,7 +529,7 @@ protocol: ppp</screen>
with the sendmail example.</para>
<para>Example configuration files can be found in the
<filename>/etc/ppp</filename> directory.</para>
<filename>/usr/share/examples/ppp</filename> directory.</para>
</sect4>
<sect4 id="userppp-dynamicIP">
@ -629,8 +629,8 @@ protocol: ppp</screen>
</variablelist>
<para>See the pmdemand entry in the files
<filename>/etc/ppp/ppp.conf.sample</filename> and
<filename>/etc/ppp/ppp.linkup.sample</filename> for a
<filename>/usr/share/examples/ppp/ppp.conf.sample</filename> and
<filename>/usr/share/examples/ppp/ppp.linkup.sample</filename> for a
detailed example.</para>
<para>Version 2 of PPP introduces <quote>sticky routes</quote>.
@ -817,7 +817,7 @@ ttyd1:
users</title>
<para>Along with the contents of the sample
<filename>/etc/ppp/ppp.conf</filename> above you should add
<filename>/usr/share/examples/ppp/ppp.conf</filename> above you should add
a section for each of the statically assigned dialup users.
We will continue with our <username>fred</username>,
<username>sam</username>, and <username>mary</username>
@ -915,7 +915,7 @@ enable passwdauth</programlisting>
<para>If you wish to assign some users a static IP number, you
can specify the number as the third argument in
<filename>/etc/ppp/ppp.secret</filename>. See
<filename>/etc/ppp/ppp.secret.sample</filename> for
<filename>/usr/share/examples/ppp/ppp.secret.sample</filename> for
examples.</para>
</sect5>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.26 2000/07/16 16:43:40 alex Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.27 2000/07/23 19:51:30 ben Exp $
-->
<chapter id="ppp-and-slip">
@ -327,7 +327,7 @@ nameserver <replaceable>y.y.y.y</replaceable></programlisting>
<para>Both <command>ppp</command> and <command>pppd</command>
(the kernel level implementation of PPP) use the configuration
files located in the <filename>/etc/ppp</filename> directory.
files located in the <filename>/usr/share/examples/ppp</filename> directory.
The sample configuration files provided are a good reference,
so do not delete them.</para>
@ -529,7 +529,7 @@ protocol: ppp</screen>
with the sendmail example.</para>
<para>Example configuration files can be found in the
<filename>/etc/ppp</filename> directory.</para>
<filename>/usr/share/examples/ppp</filename> directory.</para>
</sect4>
<sect4 id="userppp-dynamicIP">
@ -629,8 +629,8 @@ protocol: ppp</screen>
</variablelist>
<para>See the pmdemand entry in the files
<filename>/etc/ppp/ppp.conf.sample</filename> and
<filename>/etc/ppp/ppp.linkup.sample</filename> for a
<filename>/usr/share/examples/ppp/ppp.conf.sample</filename> and
<filename>/usr/share/examples/ppp/ppp.linkup.sample</filename> for a
detailed example.</para>
<para>Version 2 of PPP introduces <quote>sticky routes</quote>.
@ -817,7 +817,7 @@ ttyd1:
users</title>
<para>Along with the contents of the sample
<filename>/etc/ppp/ppp.conf</filename> above you should add
<filename>/usr/share/examples/ppp/ppp.conf</filename> above you should add
a section for each of the statically assigned dialup users.
We will continue with our <username>fred</username>,
<username>sam</username>, and <username>mary</username>
@ -915,7 +915,7 @@ enable passwdauth</programlisting>
<para>If you wish to assign some users a static IP number, you
can specify the number as the third argument in
<filename>/etc/ppp/ppp.secret</filename>. See
<filename>/etc/ppp/ppp.secret.sample</filename> for
<filename>/usr/share/examples/ppp/ppp.secret.sample</filename> for
examples.</para>
</sect5>