Changeset 3c7bd00 for postlfs


Ignore:
Timestamp:
06/04/2016 12:20:40 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
670d3f8
Parents:
5c9e998
Message:

Temporary render fix for bootscripts with REV=systemd.

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

Location:
postlfs
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/random.xml

    r5c9e998 r3c7bd00  
    3434
    3535  <para>Install the <filename>/etc/rc.d/init.d/random</filename> init script
    36   included with the <xref linkend="bootscripts"/> package.</para>
     36  included with the <xref linkend="bootscripts" revision="sysv"/>
     37  <xref linkend="systemd-units" revision="systemd"/> package.</para>
    3738
    3839<screen role="root"><userinput>make install-random</userinput></screen>
  • postlfs/filesystems/smartmontools.xml

    r5c9e998 r3c7bd00  
    117117        start automatically when the system is booted, install the
    118118        <filename>/etc/rc.d/init.d/smartd</filename> init script included
    119         in the <xref linkend="bootscripts"/> package.
     119        in the <xref linkend="bootscripts" revision="sysv"/>
     120        <xref linkend="systemd-units" revision="systemd"/> package.
    120121      </para>
    121122
  • postlfs/security/cyrus-sasl.xml

    r5c9e998 r3c7bd00  
    274274        If you need to run the <command>saslauthd</command> daemon at system
    275275        startup, install the <filename>/etc/rc.d/init.d/saslauthd</filename>
    276         init script included in the <xref linkend="bootscripts"/>
     276        init script included in the <xref linkend="bootscripts" revision="sysv"/>
     277        <xref linkend="systemd-units" revision="systemd"/>
    277278        package using the following command:
    278279      </para>
  • postlfs/security/haveged.xml

    r5c9e998 r3c7bd00  
    111111        start automatically when the system is booted, install the
    112112        <filename>/etc/rc.d/init.d/haveged</filename> init script included
    113         in the <xref linkend="bootscripts"/> package.
     113        in the <xref linkend="bootscripts" revision="sysv"/>
     114        <xref linkend="systemd-units" revision="systemd"/> package.
    114115      </para>
    115116
  • postlfs/security/iptables.xml

    r5c9e998 r3c7bd00  
    204204        To set up the iptables firewall at boot, install the
    205205        <filename>/etc/rc.d/init.d/iptables</filename> init script included
    206         in the <xref linkend="bootscripts"/> package.
     206        in the <xref linkend="bootscripts" revision="sysv"/>
     207        <xref linkend="systemd-units" revision="systemd"/> package.
    207208      </para>
    208209
  • postlfs/security/mitkrb.xml

    r5c9e998 r3c7bd00  
    450450        If you want to start <application>Kerberos</application> services
    451451        at boot, install the <filename>/etc/rc.d/init.d/krb5</filename> init
    452         script included in the <xref linkend="bootscripts"/> package using
     452        script included in the <xref linkend="bootscripts" revision="sysv"/>
     453        <xref linkend="systemd-units" revision="systemd"/> package using
    453454        the following command:
    454455      </para>
  • postlfs/security/openssh.xml

    r5c9e998 r3c7bd00  
    314314      <para>
    315315        To start the SSH server at system boot, install the
    316       <filename>/etc/rc.d/init.d/sshd</filename> init script included
    317       in the <xref linkend="bootscripts"/> package.
    318         </para>
     316        <filename>/etc/rc.d/init.d/sshd</filename> init script included
     317        in the <xref linkend="bootscripts" revision="sysv"/>
     318        <xref linkend="systemd-units" revision="systemd"/> package.
     319      </para>
    319320
    320321      <indexterm zone="openssh openssh-init">
  • postlfs/security/stunnel.xml

    r5c9e998 r3c7bd00  
    133133    </note>
    134134
    135 <screen><userinput>./configure --prefix=/usr        \
     135<screen revision="sysv"><userinput>./configure --prefix=/usr        \
    136136            --sysconfdir=/etc    \
    137137            --localstatedir=/var \
    138138            --disable-systemd    &amp;&amp;
     139make</userinput></screen>
     140
     141<screen revision="systemd"><userinput>./configure --prefix=/usr        \
     142            --sysconfdir=/etc    \
     143            --localstatedir=/var &amp;&amp;
    139144make</userinput></screen>
    140145
     
    166171    <title>Command Explanations</title>
    167172
    168     <para><parameter>--disable-systemd</parameter>: This switch disables
    169     systemd socket activation support which is not available in BLFS.</para>
     173    <para revision="sysv"><parameter>--disable-systemd</parameter>: This switch
     174    disables systemd socket activation support which is not available in
     175    BLFS.</para>
    170176
    171177    <para><command>make docdir=... install</command>: This command installs the
     
    254260      when the system is booted, install the
    255261      <filename>/etc/rc.d/init.d/stunnel</filename> bootscript from the
    256       <xref linkend="bootscripts"/> package.</para>
     262      <xref linkend="bootscripts" revision="sysv"/>
     263      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    257264
    258265      <indexterm zone="stunnel stunnel-init">
Note: See TracChangeset for help on using the changeset viewer.