View | Details | Raw Unified | Return to bug 42158
Collapse All | Expand All

(-)handbook/linuxemu/chapter.sgml (-1 / +1 lines)
Lines 122-128 Link Here
122
      then you should add the following line to
122
      then you should add the following line to
123
      <filename>/etc/rc.conf</filename>:</para>
123
      <filename>/etc/rc.conf</filename>:</para>
124
124
125
    <programlisting>linux_enable=<quote>YES</quote></programlisting>
125
    <programlisting>linux_enable="YES"</programlisting>
126
126
127
    <para>This, in turn, triggers the following action in
127
    <para>This, in turn, triggers the following action in
128
      <filename>/etc/rc.i386</filename>:</para>
128
      <filename>/etc/rc.i386</filename>:</para>
(-)handbook/ppp-and-slip/chapter.sgml (-4 / +4 lines)
Lines 2384-2390 Link Here
2384
		<para>Set your hostname by editing the line that
2384
		<para>Set your hostname by editing the line that
2385
		  says:</para>
2385
		  says:</para>
2386
	      
2386
	      
2387
		<programlisting>hostname=<quote>myname.my.domain</quote></programlisting>
2387
		<programlisting>hostname="myname.my.domain"</programlisting>
2388
2388
2389
		<para>Your machine's full Internet hostname should be
2389
		<para>Your machine's full Internet hostname should be
2390
		  placed here.</para>
2390
		  placed here.</para>
Lines 2399-2405 Link Here
2399
2399
2400
		<para>to:</para>
2400
		<para>to:</para>
2401
2401
2402
		<programlisting>network_interfaces=<quote>lo0 sl0</quote></programlisting>
2402
		<programlisting>network_interfaces="lo0 sl0"</programlisting>
2403
	      </listitem>
2403
	      </listitem>
2404
2404
2405
	      <listitem>
2405
	      <listitem>
Lines 2414-2424 Link Here
2414
		<para>Designate the default router by changing the
2414
		<para>Designate the default router by changing the
2415
		  line:</para>
2415
		  line:</para>
2416
2416
2417
		<programlisting>defaultrouter=<quote>NO</quote></programlisting>
2417
		<programlisting>defaultrouter="NO"</programlisting>
2418
2418
2419
		<para>to:</para>
2419
		<para>to:</para>
2420
2420
2421
		<programlisting>defaultrouter=<quote>slip-gateway</quote></programlisting>
2421
		<programlisting>defaultrouter="slip-gateway"</programlisting>
2422
	      </listitem>
2422
	      </listitem>
2423
	    </orderedlist>
2423
	    </orderedlist>
2424
	  </step>
2424
	  </step>

Return to bug 42158