Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/smartmontools.xml

    rb5645ad r730fb6b8  
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104105<screen revision="systemd"><userinput>./configure --prefix=/usr           \
    105106            --sysconfdir=/etc       \
     107            --with-initscriptdir=no \
    106108            --docdir=/usr/share/doc/smartmontools-&smartmontools-version; &amp;&amp;
    107109make</userinput></screen>
     
    116118
    117119<screen role="root"><userinput>make install</userinput></screen>
    118 
    119   </sect2>
    120 
    121   <sect2 role="commands" revision="sysv">
    122     <title>Command Explanations</title>
    123 
    124     <para>
    125       <parameter>--with-initscriptdir=no</parameter>: This switch suppresses
    126       the default initialization script.  See below for the BLFS script.
    127     </para>
    128 
    129     <para>
    130       <parameter>--with-libsystemd=no</parameter>: This switch disables support
    131       for the sd-notify notification system provided by systemd.
    132     </para>
    133120
    134121  </sect2>
     
    159146    </sect3>
    160147
    161     <sect3  id="smartmontoools-init">
    162        <title><phrase revision="sysv">Boot Script</phrase>
    163               <phrase revision="systemd">Systemd Unit</phrase></title>
    164 
    165       <para revision="sysv">
     148    <sect3  id="smartmontoools-init" revision="sysv">
     149      <title>Boot Script</title>
     150
     151      <para>
    166152        If you want the <application>smartd</application> daemon to
    167153        start automatically when the system is booted, install the
     
    170156      </para>
    171157
    172 
    173       <para revision="systemd">
    174         If you want the <application>smartd</application> daemon to
    175         start automatically when the system is booted, enable the
    176         systemd unit provided by the package by executing the
    177         following command as the
    178         <systemitem class="username">root</systemitem> user:
    179       </para>
    180 
    181158      <indexterm zone="smartmontools smartmontoools-init">
    182159        <primary sortas="f-smartd">smartd</primary>
    183160      </indexterm>
    184161
    185 <screen role="root" revision="sysv"><userinput>make install-smartd</userinput></screen>
    186 
    187 <screen role="root" revision="systemd"><userinput>systemctl enable smartd</userinput></screen>
     162<screen role="root"><userinput>make install-smartd</userinput></screen>
     163
    188164    </sect3>
     165
     166  </sect2>
     167
     168  <sect2 role="commands">
     169    <title>Command Explanations</title>
     170
     171    <para>
     172      <parameter>--with-initscriptdir=no</parameter>: This switch suppresses
     173      the default initialization script.  See above for the BLFS script.
     174    </para>
    189175
    190176  </sect2>
     
    224210        <listitem>
    225211          <para>
    226             is the control and monitor utility for SMART Disks
     212            is the control and monitor utility for SMART Disks.
    227213          </para>
    228214          <indexterm zone="smartmontools smartctl">
     
    236222        <listitem>
    237223          <para>
    238             is the SMART disk monitoring daemon
     224            is the SMART disk monitoring daemon.
    239225          </para>
    240226          <indexterm zone="smartmontools smartd">
     
    248234        <listitem>
    249235          <para>
    250             is the update tool for the smartmontools drive database
     236            is the update tool for the smartmontools drive database.
    251237          </para>
    252238          <indexterm zone="smartmontools update-smart-drivedb">
     
    258244    </variablelist>
    259245  </sect2>
    260 
    261246</sect1>
Note: See TracChangeset for help on using the changeset viewer.