Bug 65988

Summary: incorrect references to ppp.conf in handbook/ppp-and-slip
Product: Documentation Reporter: Denis Peplin <den>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Denis Peplin freebsd_committer freebsd_triage 2004-04-26 14:00:31 UTC
 	ppp.conf example was changed, but references to numbered lines was not.
 	i'm not sure about fix below, so put it here

Fix: 

-	  <programlisting>7       set login
-&hellip;
-12      set authname <replaceable>MyUserName</replaceable>
-13      set authkey <replaceable>MyPassword</replaceable></programlisting>
+	  <programlisting>13      set authname <replaceable>MyUserName</replaceable>
+14      set authkey <replaceable>MyPassword</replaceable>
+15      set login</programlisting>

  	  <variablelist>
  	    <varlistentry>
-	      <term>Line 7:</term>
-
-	      <listitem>
-		<para>Your ISP will not normally require that you log into
-		  the server if you are using PAP or CHAP.  You must
-		  therefore disable your <quote>set login</quote>
-		  string.</para>
-	      </listitem>
-	    </varlistentry>
-
-	    <varlistentry>
-	      <term>Line 12:</term>
+	      <term>Line 13:</term>

  	      <listitem>
  		<para>This line specifies your PAP/CHAP user name.  You
@@ -1017,7 +1005,7 @@
  	    </varlistentry>

  	    <varlistentry>
-	      <term>Line 13:</term>
+	      <term>Line 14:</term>
  	      <indexterm><primary>password</primary></indexterm>
  	      <listitem>
  		<para>This line specifies your PAP/CHAP password.  You
@@ -1025,14 +1013,25 @@
  		  <replaceable>MyPassword</replaceable>.  You may want to
  		  add an additional line, such as:</para>

-		<programlisting>15      accept PAP</programlisting>
+		<programlisting>19      accept PAP</programlisting>

  		<para>or</para>

-		<programlisting>15      accept CHAP</programlisting>
+		<programlisting>19      accept CHAP</programlisting>

  		<para>to make it obvious that this is the intention, but
  		  PAP and CHAP are both accepted by default.</para>
+	      </listitem>
+	    </varlistentry>
+
+	    <varlistentry>
+	      <term>Line 15:</term>
+
+	      <listitem>
+		<para>Your ISP will not normally require that you log into
+		  the server if you are using PAP or CHAP.  You must
+		  therefore disable your <quote>set login</quote>
+		  string.</para>
  	      </listitem>
  	    </varlistentry>
  	  </variablelist>--1CyFq7mOzi2iR0jLA1Klfi5MbM0V3UyZX1C6AUj930ECIEJz
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v
retrieving revision 1.132
diff -u -r1.132 chapter.sgml
--- chapter.sgml	26 Apr 2004 06:22:32 -0000	1.132
+++ chapter.sgml	26 Apr 2004 12:40:46 -0000
@@ -989,25 +989,13 @@
  	    linkend="userppp-dynamicIP">PPP and Dynamic IP addresses</link>
  	    sections, the following alterations must be made:</para>
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2004-04-27 20:02:11 UTC
Class Changed
From-To: sw-bug->doc-bug

Reassign misfiled PR. 


Comment 2 Ceri Davies freebsd_committer freebsd_triage 2004-04-27 20:02:11 UTC
Responsible Changed
From-To: gnats-admin->freebsd-doc

Reassign misfiled PR.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-08-18 22:21:30 UTC
State Changed
From-To: open->closed

This was fixed on April 27 2004 by submitter himself.