Changeset e7d893b for general/sysutils


Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

Location:
general/sysutils
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    r853ae3e5 re7d893b  
    88           "https://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
    99  <!ENTITY accountsservice-download-ftp  " ">
    10   <!ENTITY accountsservice-md5sum        "6420f2e619ddcf92230d8f10bad049fe">
    11   <!ENTITY accountsservice-size          "92 KB">
    12   <!ENTITY accountsservice-buildsize     "9.1 MB">
     10  <!ENTITY accountsservice-md5sum        "6e4c6fbd490260cfe17de2e76f5d803a">
     11  <!ENTITY accountsservice-size          "96 KB">
     12  <!ENTITY accountsservice-buildsize     "10 MB">
    1313  <!ENTITY accountsservice-time          "0.1 SBU">
    1414]>
     
    178178
    179179    <sect3 id="accountsservice-init">
    180       <title>Systemd Units</title>
     180      <title><phrase revision="sysv">Boot Script</phrase>
     181             <phrase revision="systemd">Systemd Units</phrase></title>
    181182
    182183      <para>
  • general/sysutils/autofs.xml

    r853ae3e5 re7d893b  
    125125<screen revision="systemd"><userinput>./configure --prefix=/         \
    126126            --with-libtirpc    \
    127             --with-systemd     \           
     127            --with-systemd     \
    128128            --without-openldap \
    129129            --mandir=/usr/share/man &amp;&amp;
     
    136136
    137137<screen role="root"><userinput>make install</userinput></screen>
     138
     139<!-- As of version 5.1.5, the configuration files are not installed anymore -->
     140    <caution>
     141      <para>
     142        If <application>autofs</application> is already installed on your
     143        system, be sure to backup your configuration files. They'll be
     144        overwritten by the following command.
     145      </para>
     146    </caution>
     147
     148    <para>
     149      Install the default configuration files, still as the
     150      <systemitem class="username">root</systemitem> user:
     151    </para>
     152
     153<screen role="root"><userinput>make install_samples</userinput></screen>
    138154
    139155  </sect2>
  • general/sysutils/bubblewrap.xml

    r853ae3e5 re7d893b  
    77  <!ENTITY bubblewrap-download-http "https://github.com/projectatomic/bubblewrap/releases/download/v&bubblewrap-version;/bubblewrap-&bubblewrap-version;.tar.xz">
    88  <!ENTITY bubblewrap-download-ftp  " ">
    9   <!ENTITY bubblewrap-md5sum        "c34034985e80bdea39aaaaa4bcb92c64">
    10   <!ENTITY bubblewrap-size          "208 KB">
    11   <!ENTITY bubblewrap-buildsize     "2.0 MB">
    12   <!ENTITY bubblewrap-time          "Less than 0.1 SBU">
     9  <!ENTITY bubblewrap-md5sum        "69ce48ca2d637eaf6b42674ee903e5ad">
     10  <!ENTITY bubblewrap-size          "128 KB">
     11  <!ENTITY bubblewrap-buildsize     "1.4 MB">
     12  <!ENTITY bubblewrap-time          "less than 0.1 SBU">
    1313]>
    1414
  • general/sysutils/colord.xml

    r853ae3e5 re7d893b  
    226226    <para>
    227227      <parameter>-Ddocs=false</parameter>: This switch disables building
    228       of documentation. Omit if you have <xref linkend="gtk-doc"/> avaialable.
     228      of documentation. Omit if you have <xref linkend="gtk-doc"/> available.
    229229    </para>
    230230
     
    232232      <parameter>-Dman=false</parameter>: This switch disables building
    233233      of man pages. Omit if you have <xref linkend="docbook-utils"/>
    234       avaialable.
     234      available. Namespaced versions of the docbook-xsl stylesheets
     235      are also required.
    235236    </para>
    236237
  • general/sysutils/dbus.xml

    r853ae3e5 re7d893b  
    133133        -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
    134134
    135     <para revision="sysv">
    136       Apply a patch to fix detection of <application>elogind</application>:
    137     </para>
    138 
    139135    <para>
    140136      Install <application>D-Bus</application> by running the following
  • general/sysutils/gpm.xml

    r853ae3e5 re7d893b  
    236236      </para>
    237237
    238 <screen role="root" revision="systemd"><userinput>install -v -dm755 /etc/systemd/system/gpm.service.d
    239 echo "ExecStart=/usr/sbin/gpm &lt;list of parameters&gt;" > /etc/systemd/system/gpm.service.d/99-user.conf</userinput></screen>
     238<screen role="nodump" revision="systemd"><userinput>install -v -dm755 /etc/systemd/system/gpm.service.d &amp;&amp;
     239cat &gt; /etc/systemd/system/gpm.service.d/99-user.conf &lt;&lt; EOF
     240<literal>[Service]
     241ExecStart=/usr/sbin/gpm <replaceable>&lt;list of parameters&gt;</replaceable>
     242</literal>EOF</userinput></screen>
    240243
    241244    </sect3>
  • general/sysutils/hdparm.xml

    r853ae3e5 re7d893b  
    117117    </para>
    118118
    119 <screen role="root"><userinput>make binprefix=/usr install</userinput></screen></note>
     119<screen role="nodump"><userinput>make binprefix=/usr install</userinput></screen></note>
    120120
    121121  </sect2>
  • general/sysutils/modemmanager.xml

    r853ae3e5 re7d893b  
    111111            --localstatedir=/var          \
    112112            --disable-static              \
    113             --enable-more-warnings=no     \
    114             --with-systemd-journal=no     \
     113            --enable-more-warnings=no     \
     114            --with-systemd-journal=no     \
    115115            --with-systemd-suspend-resume &amp;&amp;
    116116make</userinput></screen>
  • general/sysutils/sysstat.xml

    r853ae3e5 re7d893b  
    77  <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz">
    88  <!ENTITY sysstat-download-ftp  " ">
    9   <!ENTITY sysstat-md5sum        "0f9b73f60aba6fd49de346bc384902c3">
    10   <!ENTITY sysstat-size          "544 KB">
    11   <!ENTITY sysstat-buildsize     "7.9 MB">
     9  <!ENTITY sysstat-md5sum        "bd86cf610d95d332342385b5fe82ab7c">
     10  <!ENTITY sysstat-size          "552 KB">
     11  <!ENTITY sysstat-buildsize     "8.1 MB">
    1212  <!ENTITY sysstat-time          "0.1 SBU">
    1313]>
  • general/sysutils/unrar.xml

    r853ae3e5 re7d893b  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "77ac238c38263013df62755249c6be17">
     9  <!ENTITY unrar-md5sum        "d9cfc39dab7f65a53f097e3846323aef">
    1010  <!ENTITY unrar-size          "224 KB">
    11   <!ENTITY unrar-buildsize     "2.1 MB">
     11  <!ENTITY unrar-buildsize     "2.4 MB">
    1212  <!ENTITY unrar-time          "0.1 SBU">
    1313]>
  • general/sysutils/usbutils.xml

    r853ae3e5 re7d893b  
    77  <!ENTITY usbutils-download-http "&kernel-dl;/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
    88  <!ENTITY usbutils-download-ftp  " ">
    9   <!ENTITY usbutils-md5sum        "938e3707593974be99a0dd6d1de76671">
    10   <!ENTITY usbutils-size          "304 KB">
    11   <!ENTITY usbutils-buildsize     "4.1 MB">
    12   <!ENTITY usbutils-time          "0.1 SBU">
     9  <!ENTITY usbutils-md5sum        "0da98eb80159071fdbb00905390509d9">
     10  <!ENTITY usbutils-size          "100 KB">
     11  <!ENTITY usbutils-buildsize     "6.6 MB">
     12  <!ENTITY usbutils-time          "0.2 SBU">
    1313]>
    1414
     
    7171      </listitem>
    7272    </itemizedlist>
    73 
     73<!--
    7474    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575    <itemizedlist spacing="compact">
     
    8181      </listitem>
    8282    </itemizedlist>
    83 
     83-->
    8484    <bridgehead renderas="sect3">USB Utils Dependencies</bridgehead>
    8585
     
    9292    </para>
    9393
    94 <!-- lsusb.py has been proted to Python 3, and it is the only Python user
     94<!-- lsusb.py has been ported to Python 3, and it is the only Python user
    9595    <bridgehead renderas="sect4">Required Runtime</bridgehead>
    9696    <para role="required">
     
    111111    </para>
    112112
    113 <screen><userinput>patch -Np1 -i ../usbutils-&usbutils-version;-lsusb_bugfixes-1.patch &amp;&amp;
    114 ./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
     113<screen><userinput>./autogen.sh --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
    115114make</userinput></screen>
    116115
Note: See TracChangeset for help on using the changeset viewer.