Ignore:
Timestamp:
07/21/2022 02:43:18 PM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
449c552
Parents:
52944cb
git-author:
Pierre Labastie <pierre.labastie@…> (07/21/2022 02:41:29 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (07/21/2022 02:43:18 PM)
Message:

Minor updates and fixes for lm_sensors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/lm_sensors.xml

    r52944cb rcca17d9  
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional">
    93       <ulink url="http://oss.oetiker.ch/rrdtool/">RRDtool</ulink> (required to
    94       build the <command>sensord</command> program)
     93      <ulink url="https://oss.oetiker.ch/rrdtool/">RRDtool</ulink> (required to
     94      build the <command>sensord</command> program) and
     95      <ulink role="runtime"
     96             url="https://www.nongnu.org/dmidecode/">dmidecode</ulink>
     97      (runtime)
    9598    </para>
    9699
     
    110113    </para>
    111114
    112 <screen><literal>Bus options (PCI etc.)  ---&gt;
    113   [*] PCI support                         [CONFIG_PCI]
    114 
    115 [*] Enable loadable module support  ---&gt;  [CONFIG_MODULES]
     115<screen><literal>[*] Enable loadable module support  ---&gt;  [CONFIG_MODULES]
    116116
    117117Device Drivers  ---&gt;
     118  [*] PCI support ---&gt;                    [CONFIG_PCI]
    118119  I2C support ---&gt;
    119120    &lt;*/M&gt; I2C device interface            [CONFIG_I2C_CHARDEV]<!--
     
    177178
    178179    <para>
    179       <parameter>PROG_EXTRA=sensord</parameter>: This parameter enables
     180      <option>PROG_EXTRA=sensord</option>: This parameter enables
    180181      compiling <command>sensord</command>, a daemon that can monitor your
    181182      system at regular intervals. Compiling <command>sensord</command> requires
    182       <ulink url="http://oss.oetiker.ch/rrdtool/">RRDtool</ulink>. Compiling
    183       RRDtool 1.4.6 requires a sed: <command>sed -i '/ sv_undef/d'
    184       bindings/perl-shared/RRDs.xs</command>.
     183      <ulink url="https://oss.oetiker.ch/rrdtool/">RRDtool</ulink>. Be sure
     184      to install RRDtool in <filename class="directory">/usr</filename>
     185      by running <command>make prefix=/usr</command> when building it.
     186      Otherwise, lm_sensors will not find it easily.
    185187    </para>
    186188
Note: See TracChangeset for help on using the changeset viewer.