Changeset 02e3bbc8 for general/sysutils


Ignore:
Timestamp:
01/02/2019 05:30:48 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e130fead
Parents:
64be6a1
Message:

Update to make-ca-1.2 and adjust p11-kit configuration for new copy-trust-modifications script.
Correct weekly cron job commands for update-pciids.sh and update-usbids.sh, as well as add update-pki.sh.

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

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pciutils.xml

    r64be6a1 r02e3bbc8  
    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/usbutils.xml

    r64be6a1 r02e3bbc8  
    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.