Changeset ceda816


Ignore:
Timestamp:
07/09/2005 06:32:25 PM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
22292f3a
Parents:
710e54d
Message:

Supress boot-install in fcron

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4704 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/fcron.xml

    r710e54d rceda816  
    104104    commands:</para>
    105105
    106 <screen><userinput>./configure --without-sendmail --with-answer-all=no &amp;&amp;
     106<screen><userinput>./configure --without-sendmail --with-boot-install=no &amp;&amp;
    107107make</userinput></screen>
    108108
     
    125125    if you wish to utilize this feature.</para>
    126126
    127     <para><parameter>--with-answer-all=no</parameter>: After the files are
    128     installed, the <command>make install</command> script enters into a
    129     configuration routine.  The first test will be whether to install a boot
    130     script in the <filename class="directory">/etc/rc.d/init.d</filename>
    131     directory with the appropriate symbolic links in run levels 2, 3, 4, and 5.
    132     The second is to stop any current <command>fcron</command> processes
    133     and start a new one. Since this is probably your first install and a boot script
    134     based upon the BLFS template is desired, answer 'n' to both tests.</para>
     127    <para><parameter>--with-boot-install=no</parameter>: This prevents installation
     128    of the bootscript included with the package.</para>
    135129
    136130  </sect2>
  • introduction/welcome/changelog.xml

    r710e54d rceda816  
    2424
    2525  <itemizedlist>
     26
     27   <listitem>
     28      <para>July 9th, 2005 [tushar]: For fcron, replace swich --with-answer-all=no
     29      with --with-boot-install=no.</para>
     30    </listitem>
    2631
    2732   <listitem>
Note: See TracChangeset for help on using the changeset viewer.