Changeset 8f6f10e for general


Ignore:
Timestamp:
01/02/2019 07:00:52 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
d60cd837
Parents:
4199730
Message:

Merge to HEAD 20905.

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

Location:
general
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/gtk-doc.xml

    r4199730 r8f6f10e  
    107107make</userinput></screen>
    108108
    109     <para>To test the results, issue: <command>make check</command>.</para>
     109    <para>To test the results, issue: <command>make check</command>. On some systems, the tests
     110    may either hang indefinitely or fail.</para>
    110111
    111112    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/sysutils/pciutils.xml

    r4199730 r8f6f10e  
    163163/usr/sbin/update-pciids</literal>
    164164EOF
    165 chmod 754 /etc/cron.weekly/update-pciids</userinput></screen>
     165chmod 754 /etc/cron.weekly/update-pciids.sh</userinput></screen>
    166166
    167167<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-pciids.service &lt;&lt; "EOF" &amp;&amp;
  • general/sysutils/sysutils.xml

    r4199730 r8f6f10e  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autofs.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bluez.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bubblewrap.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="colord.xml"/>
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cpio.xml"/>
  • general/sysutils/usbutils.xml

    r4199730 r8f6f10e  
    168168/usr/bin/wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</literal>
    169169EOF
    170 chmod 754 /etc/cron.weekly/update-usbids</userinput></screen>
     170chmod 754 /etc/cron.weekly/update-usbids.sh</userinput></screen>
    171171
    172172<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-usbids.service &lt;&lt; "EOF" &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.