Changeset 3c7bd00


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

Files:
41 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r5c9e998 r3c7bd00  
    513513      <title>Boot Script</title>
    514514
    515       <para>
     515      <para revision="sysv">
    516516        To automatically start the <command>php-fpm</command> daemon when the
    517517        system is rebooted, install the
     
    521521      </para>
    522522
     523      <para revision="systemd">
     524        To automatically start the <command>php-fpm</command> daemon when the
     525        system is rebooted, install the <filename>php-fpm.service</filename>
     526        unit from the <xref linkend="systemd-units"/> package as the
     527        <systemitem class="username">root</systemitem> user:
     528      </para>
     529
     530
    523531      <indexterm zone="php php-init">
    524532        <primary sortas="f-php">php</primary>
    525533      </indexterm>
    526534
    527 <screen role="root"><userinput>make install-php</userinput></screen>
     535<screen role="root" revision="sysv"><userinput>make install-php</userinput></screen>
     536
     537<screen role="root" revision="systemd"><userinput>make install-php-fpm</userinput></screen>
     538
    528539    </sect3>
    529540
  • general/prog/svnserver.xml

    r5c9e998 r3c7bd00  
    210210
    211211      <para>To start the server at boot time, install the svn bootscript
    212       included in the <xref linkend="bootscripts"/> package.</para>
     212      included in the <xref linkend="bootscripts" revision="sysv"/>
     213      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    213214
    214215      <indexterm zone="svnserver svnserver-init">
  • multimedia/libdriv/alsa-utils.xml

    r5c9e998 r3c7bd00  
    218218        To automatically store and restore volume settings (if udev rule doesn't
    219219        work for you) when the system is rebooted, install the
    220         <filename>/etc/rc.d/init.d/alsa</filename> boot script from the <xref
    221         linkend="bootscripts"/> package.
     220        <filename>/etc/rc.d/init.d/alsa</filename> boot script from the
     221        <xref linkend="bootscripts" revision="sysv"/>
     222        <xref linkend="systemd-units" revision="systemd"/> package.
    222223      </para>
    223224
  • networking/connect/dhcp.xml

    r5c9e998 r3c7bd00  
    186186
    187187    <para>
    188       Skip to <xref linkend="dhclient-config"/> in order to configure the client
     188      Skip to <xref linkend="dhclient-config" revision="sysv"/>
     189      <xref linkend="dhclient-config-systemd" revision="systemd"/>
     190      in order to configure the client
    189191    </para>
    190192
     
    235237    </sect3>
    236238
    237     <sect3 id="dhclient-config">
     239    <sect3 id="dhclient-config" revision="sysv">
    238240      <title>Client Configuration</title>
    239241
     
    341343    </sect3>
    342344
     345    <sect3 id="dhclient-config-systemd" revision="systemd">
     346      <title>Client Configuration</title>
     347
     348      <para>TBA</para>
     349    </sect3>
     350
    343351    <sect3 id="dhcpd-config">
    344352      <title>Server Configuration</title>
     
    395403       <para>
    396404        If you want to start the DHCP Server at boot, install
    397         the <filename>/etc/rc.d/init.d/dhcpd</filename>
    398         init script included in the <xref linkend="bootscripts"/>
     405        the <filename revision="sysv">/etc/rc.d/init.d/dhcpd</filename>
     406        <filename revision="systemd">dhcpd.service</filename>
     407        init script included in the
     408        <xref linkend="bootscripts" revision="sysv"/>
     409        <xref linkend="systemd-units" revision="systemd"/>
    399410        package:
    400411      </para>
  • networking/connect/dhcpcd.xml

    r5c9e998 r3c7bd00  
    138138    </sect3>
    139139
    140     <sect3 id="dhcpcd-init">
     140    <sect3 id="dhcpcd-init" revision="sysv">
    141141      <title>General Configuration Information</title>
    142142
     
    207207    </sect3>
    208208
    209     <sect3 id="dhcpcd-init2">
     209    <sect3 id="dhcpcd-init2" revision="sysv">
    210210      <title>Configuration Information: fixed ip</title>
    211211
  • networking/netprogs/bridgeutils.xml

    r5c9e998 r3c7bd00  
    122122    <title>Configuring bridge-utils</title>
    123123
    124     <sect3 id='bridgeutils-init'>
     124    <sect3 id='bridgeutils-init' revision="sysv">
    125125      <title>Configuration Information</title>
    126126
     
    179179    </sect3>
    180180
     181    <sect3 id='bridgeutils-init-systemd' revision="systemd">
     182      <title>Configuration Information</title>
     183      <para>TBA</para>
     184    </sect3>
     185
    181186  </sect2>
    182187
  • networking/netprogs/netfs.xml

    r5c9e998 r3c7bd00  
    3030  before the network is brought down.</para>
    3131
    32   <para>As the <systemitem class="username">root</systemitem> user, install
     32  <para revision="sysv">As the <systemitem class="username">root</systemitem> user, install
    3333  the <filename>/etc/rc.d/init.d/netfs</filename> bootscript included with the
    3434  <xref linkend="bootscripts"/> package.</para>
    3535
    36 <screen role='root'><userinput>make install-netfs</userinput></screen>
     36<screen role='root' revision="sysv"><userinput>make install-netfs</userinput></screen>
    3737
     38  <para revision="systemd">TBA</para>
    3839</sect1>
  • networking/netprogs/nfs-utils.xml

    r5c9e998 r3c7bd00  
    221221
    222222        <para>Install the <filename>/etc/rc.d/init.d/nfs-server</filename>
    223         init script included in the <xref linkend="bootscripts"/> package
     223        init script included in the <xref linkend="bootscripts" revision="sysv"/>
     224        <xref linkend="systemd-units" revision="systemd"/> package
    224225        to start the server at boot.</para>
    225226
     
    292293
    293294        <para>Install the <filename>/etc/rc.d/init.d/nfs-client</filename> init
    294         script included in the <xref linkend="bootscripts"/> package to start
     295        script included in the <xref linkend="bootscripts" revision="sysv"/>
     296        <xref linkend="systemd-units" revision="systemd"/> package to start
    295297        the client services at boot.</para>
    296298
  • networking/netprogs/ntp.xml

    r5c9e998 r3c7bd00  
    217217      <filename>/etc/rc.d/init.d/ntp</filename>
    218218      init script included in the
    219       <xref linkend="bootscripts"/> package.</para>
     219      <xref linkend="bootscripts" revision="sysv"/>
     220      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    220221
    221222      <indexterm zone="ntp ntp-init">
  • networking/netprogs/rpcbind.xml

    r5c9e998 r3c7bd00  
    9292    commands:</para>
    9393
    94 <screen><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch &amp;&amp;
     94<screen revision="sysv"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch &amp;&amp;
    9595
    9696./configure --prefix=/usr       \
     
    9898            --with-rpcuser=root \
    9999            --without-systemdsystemunitdir &amp;&amp;
     100make</userinput></screen>
     101
     102<screen revision="systemd"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch &amp;&amp;
     103
     104./configure --prefix=/usr       \
     105            --bindir=/sbin      \
     106            --with-rpcuser=root &amp;&amp;
    100107make</userinput></screen>
    101108
     
    114121    the configure script.</para>
    115122
    116     <para><command>--without-systemdsystemunitdir</command>: BLFS does not
    117     support systemd.</para>
     123    <para revision="sysv"><command>--without-systemdsystemunitdir</command>:
     124    BLFS does not support systemd.</para>
    118125
    119126  </sect2>
     
    125132      <title>Boot Script</title>
    126133
    127       <para>Install the <filename>/etc/rc.d/init.d/rpcbind</filename> init script
    128       included in the <xref linkend="bootscripts"/> package.</para>
     134      <para>Install the <filename>/etc/rc.d/init.d/rpcbind</filename> init
     135      script included in the <xref linkend="bootscripts" revision="sysv"/>
     136      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    129137
    130138      <indexterm zone="rpcbind rpcbind-init">
  • networking/netprogs/rsync.xml

    r5c9e998 r3c7bd00  
    175175      <para>Install the <filename>/etc/rc.d/init.d/rsyncd</filename> init
    176176      script included in the
    177       <xref linkend="bootscripts"/> package.</para>
     177      <xref linkend="bootscripts" revision="sysv"/>
     178      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    178179
    179180<screen role="root"><userinput>make install-rsyncd</userinput></screen>
  • networking/netprogs/samba.xml

    r5c9e998 r3c7bd00  
    412412        <para>For your convenience, boot scripts have been provided for
    413413        <application>Samba</application>. There are two included in the
    414         <xref linkend="bootscripts"/> package. The first,
     414        <xref linkend="bootscripts" revision="sysv"/>
     415        <xref linkend="systemd-units" revision="systemd"/> package. The first,
    415416        <filename>samba</filename>, will start the <command>smbd</command>
    416417        and <command>nmbd</command> daemons needed to provide SMB/CIFS
  • networking/netprogs/wpa_supplicant.xml

    r5c9e998 r3c7bd00  
    315315        <command>wpa_supplicant</command>, you need to install the
    316316        <filename>/lib/services/wpa</filename> script
    317         included in <xref linkend="bootscripts"/> package:
     317        included in <xref linkend="bootscripts" revision="sysv"/>
     318        <xref linkend="systemd-units" revision="systemd"/> package:
    318319      </para>
    319320
  • networking/netutils/avahi.xml

    r5c9e998 r3c7bd00  
    246246        when the system is rebooted, install the
    247247        <filename>/etc/rc.d/init.d/avahi</filename> bootscript from
    248         the <xref linkend="bootscripts"/> package.
     248        the <xref linkend="bootscripts" revision="sysv"/>
     249        <xref linkend="systemd-units" revision="systemd"/> package.
    249250      </para>
    250251
  • networking/netutils/networkmanager.xml

    r5c9e998 r3c7bd00  
    229229        system is rebooted, install the
    230230        <filename>/etc/rc.d/init.d/networkmanager</filename> bootscript from the
    231         <xref linkend="bootscripts"/> package.
     231        <xref linkend="bootscripts" revision="sysv"/>
     232        <xref linkend="systemd-units" revision="systemd"/> package.
    232233      </para>
    233234
  • networking/netutils/wicd.xml

    r5c9e998 r3c7bd00  
    102102    commands:</para>
    103103
    104 <screen><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \
     104<screen revision="sysv"><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \
    105105    -e "/detection failed/ a\                self.init=\'init\/default\/wicd\'" \
    106     -i.orig setup.py &amp;&amp;;
     106    -i.orig setup.py &amp;&amp;
    107107
    108108rm po/*.po           &amp;&amp;
     
    115115                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
    116116
     117<screen revision="systemd"><userinput>sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
     118    -i.orig setup.py &amp;&amp;
     119
     120rm po/*.po           &amp;&amp;
     121
     122python setup.py configure --no-install-kde     \
     123                          --no-install-acpi    \
     124                          --no-install-pmutils \
     125                          --no-install-init    \
     126                          --no-install-gnome-shell-extensions \
     127                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
     128
    117129    <para>This package does not come with a test suite.</para>
    118130
     
    127139    <title>Command Explanations</title>
    128140
    129     <para><command>sed -e ... -i setup.py</command>: The first expression in
    130     this <command>sed</command> command prevents installation of logrotate and
    131     systemd configuration files. You may omit it if you use these utilities. The
    132     second one fixes building with BLFS.</para>
     141    <para revision="sysv"><command>sed -e ... -i setup.py</command>: The first
     142    expression in this <command>sed</command> command prevents installation of
     143    logrotate and systemd configuration files. You may omit it if you use these
     144    utilities. The second one fixes building with BLFS.</para>
     145
     146    <para revision="systemd"><command>sed -e ... -i setup.py</command>: Fix
     147    and issue while building with BLFS.</para>
    133148
    134149    <para><command>rm po/*.po</command>: This command removes the international
     
    181196      the Wicd bootscript,
    182197      <filename>/etc/rc.d/init.d/wicd</filename>,
    183       included in the <xref linkend="bootscripts"/> package
     198      included in the <xref linkend="bootscripts" revision="sysv"/>
     199      <xref linkend="systemd-units" revision="systemd"/> package
    184200      (as user <systemitem class="username">root</systemitem>):</para>
    185201
  • 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">
  • pst/printing/cups.xml

    r5c9e998 r3c7bd00  
    408408        If you want the <application>Cups</application> print service to start
    409409        automatically when the system is booted, install the init
    410         script included in the <xref linkend="bootscripts"/>
     410        script included in the <xref linkend="bootscripts" revision="sysv"/>
     411        <xref linkend="systemd-units" revision="systemd"/>
    411412        package:
    412413      </para>
  • 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">
  • template/template.xml

    r5c9e998 r3c7bd00  
    279279        system is rebooted, install the
    280280        <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
    281         <xref linkend="bootscripts"/> package as the
     281        <xref linkend="bootscripts" revision="sysv"/>
     282        <xref linkend="systemd-units" revision="systemd"/> package as the
    282283        <systemitem class="username">root</systemitem> user:
    283284      </para>
  • x/dm/lxdm.xml

    r5c9e998 r3c7bd00  
    213213      <para>
    214214        Install the <filename>/etc/rc.d/init.d/lxdm</filename> init script from
    215         the <xref linkend="bootscripts"/> package.
     215        the <xref linkend="bootscripts" revision="sysv"/>
     216        <xref linkend="systemd-units" revision="systemd"/> package.
    216217      </para>
    217218
  • x/dm/sddm.xml

    r5c9e998 r3c7bd00  
    288288      <para>
    289289        Install the <filename>/etc/rc.d/init.d/sddm</filename> init script from
    290         the <xref linkend="bootscripts"/> package.
     290        the <xref linkend="bootscripts" revision="sysv"/>
     291        <xref linkend="systemd-units" revision="systemd"/> package.
    291292      </para>
    292293
Note: See TracChangeset for help on using the changeset viewer.