Changeset d0d2c85a


Ignore:
Timestamp:
06/03/2021 11:38:32 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e92e7dc
Parents:
2eb2948
Message:

logrotate, pciutils, usbutils: Change the systemd units/timers to
install in /usr/lib instead of /lib, for consistency with other related
merged-/usr changes.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    r2eb2948 rd0d2c85a  
    252252chmod 754 /etc/cron.daily/logrotate.sh</userinput></screen>
    253253
    254 <screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/logrotate.service &lt;&lt; "EOF" &amp;&amp;
     254<screen role="root" revision="systemd"><userinput>cat &gt; /usr/lib/systemd/system/logrotate.service &lt;&lt; "EOF" &amp;&amp;
    255255<literal>[Unit]
    256256Description=Runs the logrotate command
     
    265265ExecStart=/usr/sbin/logrotate /etc/logrotate.conf</literal>
    266266EOF
    267 cat &gt; /lib/systemd/system/logrotate.timer &lt;&lt; "EOF" &amp;&amp;
     267cat &gt; /usr/lib/systemd/system/logrotate.timer &lt;&lt; "EOF" &amp;&amp;
    268268<literal>[Unit]
    269269Description=Runs the logrotate command daily at 3:00 AM
  • general/sysutils/pciutils.xml

    r2eb2948 rd0d2c85a  
    164164chmod 754 /etc/cron.weekly/update-pciids.sh</userinput></screen>
    165165
    166 <screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-pciids.service &lt;&lt; "EOF" &amp;&amp;
     166<screen role="root" revision="systemd"><userinput>cat &gt; /usr/lib/systemd/system/update-pciids.service &lt;&lt; "EOF" &amp;&amp;
    167167<literal>[Unit]
    168168Description=Update pci.ids file
     
    177177ExecStart=/usr/sbin/update-pciids</literal>
    178178EOF
    179 cat &gt; /lib/systemd/system/update-pciids.timer &lt;&lt; "EOF" &amp;&amp;
     179cat &gt; /usr/lib/systemd/system/update-pciids.timer &lt;&lt; "EOF" &amp;&amp;
    180180<literal>[Unit]
    181181Description=Update pci.ids file weekly
  • general/sysutils/usbutils.xml

    r2eb2948 rd0d2c85a  
    182182chmod 754 /etc/cron.weekly/update-usbids.sh</userinput></screen>
    183183
    184 <screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-usbids.service &lt;&lt; "EOF" &amp;&amp;
     184<screen role="root" revision="systemd"><userinput>cat &gt; /usr/lib/systemd/system/update-usbids.service &lt;&lt; "EOF" &amp;&amp;
    185185<literal>[Unit]
    186186Description=Update usb.ids file
     
    195195ExecStart=/usr/bin/wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</literal>
    196196EOF
    197 cat &gt; /lib/systemd/system/update-usbids.timer &lt;&lt; "EOF" &amp;&amp;
     197cat &gt; /usr/lib/systemd/system/update-usbids.timer &lt;&lt; "EOF" &amp;&amp;
    198198<literal>[Unit]
    199199Description=Update usb.ids file weekly
  • introduction/welcome/changelog.xml

    r2eb2948 rd0d2c85a  
    4545      <para>June 3rd, 2021</para>
    4646      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Adapt the timer/unit creation for pciutils, usbutils,
     49          and logrotate to the merged-/usr changes.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Adapt cracklib to merged-/usr changes.</para>
Note: See TracChangeset for help on using the changeset viewer.