Changeset 3c7bd00 for server


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:
server
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r5c9e998 r3c7bd00  
    367367      <para>
    368368        Install the <filename>/etc/rc.d/init.d/mysql</filename> init script
    369         included in the <xref linkend="bootscripts"/> package as
     369        included in the <xref linkend="bootscripts" revision="sysv"/>
     370        <xref linkend="systemd-units" revision="systemd"/> package as
    370371        the <systemitem class="username">root</systemitem> user to start the
    371372        <application>MariaDB</application> server during system boot-up.
  • server/databases/postgresql.xml

    r5c9e998 r3c7bd00  
    251251      <para>Install the <filename>/etc/rc.d/init.d/postgresql</filename>
    252252      init script included in the
    253       <xref linkend="bootscripts"/> package.</para>
     253      <xref linkend="bootscripts" revision="sysv"/>
     254      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    254255
    255256      <indexterm zone="postgresql postgresql-init">
  • server/mail/dovecot.xml

    r5c9e998 r3c7bd00  
    249249      start automatically when the system is booted, install the
    250250      <filename>/etc/rc.d/init.d/dovecot</filename> init script included
    251       in the <xref linkend="bootscripts"/> package.</para>
     251      in the <xref linkend="bootscripts" revision="sysv"/>
     252      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    252253
    253254      <indexterm zone="dovecot dovecot-init">
  • server/mail/exim.xml

    r5c9e998 r3c7bd00  
    305305      <para>To automate the running of <command>exim</command> at startup,
    306306      install the <filename>/etc/rc.d/init.d/exim</filename> init script
    307       included in the <xref linkend="bootscripts"/>
     307      included in the <xref linkend="bootscripts" revision="sysv"/>
     308      <xref linkend="systemd-units" revision="systemd"/>
    308309      package.</para>
    309310
  • server/mail/postfix.xml

    r5c9e998 r3c7bd00  
    407407        To automate the running of Postfix at startup, install the
    408408        <filename>/etc/rc.d/init.d/postfix</filename> init script included in
    409         the <xref linkend="bootscripts"/> package.
     409        the <xref linkend="bootscripts" revision="sysv"/>
     410        <xref linkend="systemd-units" revision="systemd"/> package.
    410411      </para>
    411412
  • server/mail/sendmail.xml

    r5c9e998 r3c7bd00  
    266266      at startup, install the <filename>/etc/rc.d/init.d/sendmail</filename>
    267267      init script included in the
    268       <xref linkend="bootscripts"/> package.</para>
     268      <xref linkend="bootscripts" revision="sysv"/>
     269      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    269270
    270271      <indexterm zone="sendmail sendmail-init">
  • server/major/apache.xml

    r5c9e998 r3c7bd00  
    274274        start automatically when the system is booted, install the
    275275        <filename>/etc/rc.d/init.d/httpd</filename> init script included
    276         in the <xref linkend="bootscripts"/> package.
     276        in the <xref linkend="bootscripts" revision="sysv"/>
     277        <xref linkend="systemd-units" revision="systemd"/> package.
    277278      </para>
    278279
  • server/major/bind.xml

    r5c9e998 r3c7bd00  
    409409      <para>To start the DNS server at boot, install the
    410410      <filename>/etc/rc.d/init.d/bind</filename> init script included
    411       in the <xref linkend="bootscripts"/> package.</para>
     411      in the <xref linkend="bootscripts" revision="sysv"/>
     412      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    412413
    413414      <indexterm zone="bind bind-init">
  • server/major/proftpd.xml

    r5c9e998 r3c7bd00  
    236236
    237237      <para>Install the <filename>/etc/rc.d/init.d/proftpd</filename> init
    238       script included in the <xref linkend="bootscripts"/>
     238      script included in the <xref linkend="bootscripts" revision="sysv"/>
     239      <xref linkend="systemd-units" revision="systemd"/>
    239240      package.</para>
    240241
  • server/major/vsftpd.xml

    r5c9e998 r3c7bd00  
    185185      <para>Install the <filename>/etc/rc.d/init.d/vsftpd</filename>
    186186      init script included in the
    187       <xref linkend="bootscripts"/> package.</para>
     187      <xref linkend="bootscripts" revision="sysv"/>
     188      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    188189
    189190<screen role="root"><userinput>make install-vsftpd</userinput></screen>
  • server/other/openldap.xml

    r5c9e998 r3c7bd00  
    416416        To automate the startup of the LDAP server at system bootup,
    417417        install the <filename>/etc/rc.d/init.d/slapd</filename> init script
    418         included in the <xref linkend="bootscripts"/> package
     418        included in the <xref linkend="bootscripts" revision="sysv"/>
     419        <xref linkend="systemd-units" revision="systemd"/> package
    419420        using the following command:
    420421      </para>
  • server/other/unbound.xml

    r5c9e998 r3c7bd00  
    233233      start automatically when the system is booted, install the
    234234      <filename>/etc/rc.d/init.d/unbound</filename> init script included
    235       in the <xref linkend="bootscripts"/> package.</para>
     235      in the <xref linkend="bootscripts" revision="sysv"/>
     236      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    236237
    237238      <indexterm zone="unbound unbound-init">
  • server/other/xinetd.xml

    r5c9e998 r3c7bd00  
    401401      <para>As the <systemitem class="username">root</systemitem> user, install
    402402      the <filename>/etc/rc.d/init.d/xinetd</filename> init script included in
    403       the <xref linkend="bootscripts"/> package.</para>
     403      the <xref linkend="bootscripts" revision="sysv"/>
     404      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    404405
    405406      <indexterm zone="xinetd xinetd-init">
Note: See TracChangeset for help on using the changeset viewer.