View | Details | Raw Unified | Return to bug 56902 | Differences between
and this patch

Collapse All | Expand All

(-)article.sgml (-9 / +5 lines)
Lines 396-404 Link Here
396
396
397
    <para>Other areas are prepared for configuration, but will not work
397
    <para>Other areas are prepared for configuration, but will not work
398
      until stage two is completed.  For example we have copied files to
398
      until stage two is completed.  For example we have copied files to
399
      configure printing and X11.  Printing however is likely to need
399
      configure printing and <application>X11</application>.  Printing however is likely to need
400
      applications not found in the base system, like &postscript;
400
      applications not found in the base system, like &postscript;
401
      utilities.  X11 will not run before we have compiled the server,
401
      utilities. <application>X11</application> will not run before we have compiled the server,
402
      libraries and programs.</para>
402
      libraries and programs.</para>
403
  </sect1>
403
  </sect1>
404
404
Lines 444-450 Link Here
444
      <literal>CONFIGURE_ARGS</literal>.  The port
444
      <literal>CONFIGURE_ARGS</literal>.  The port
445
      <filename>Makefile</filename> will use this as an initial value
445
      <filename>Makefile</filename> will use this as an initial value
446
      and augment some other essential args.  The difference to
446
      and augment some other essential args.  The difference to
447
      specifying a <filename>make</filename> variable on the command line
447
      specifying a <application>make</application> variable on the command line
448
      with</para>
448
      with</para>
449
449
450
    <programlisting>news inn-stable make CONFIGURE_ARGS="--enable-uucp-rnews --enable-setgid-inews" install</programlisting>
450
    <programlisting>news inn-stable make CONFIGURE_ARGS="--enable-uucp-rnews --enable-setgid-inews" install</programlisting>
Lines 566-579 Link Here
566
      <literal>4-STABLE</literal> may want to consider the following
566
      <literal>4-STABLE</literal> may want to consider the following
567
      areas:</para>
567
      areas:</para>
568
568
569
    <itemizedlist>
569
	<note><para>If you do not use the device file system
570
      <listitem>
571
        <para>If you do not use the device file system
572
        (<literal>devfs</literal>) you may want to create devices for
570
        (<literal>devfs</literal>) you may want to create devices for
573
        some of your hardware with &man.MAKEDEV.8; in stage one, step
571
        some of your hardware with &man.MAKEDEV.8; in stage one, step
574
        six.</para>
572
        six.</para></note>
575
      </listitem>
576
    </itemizedlist>
577
  </sect1>
573
  </sect1>
578
</article>
574
</article>

Return to bug 56902