Changeset 914dd13


Ignore:
Timestamp:
05/05/2020 04:23:14 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 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:
c22f42a
Parents:
7d5b435
Message:

make all installations of files inside /etc/cron.{weekly,daily} consistent

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    r7d5b435 r914dd13  
    247247    </para>
    248248
    249 <screen role="root" revision="sysv"><userinput>install -vdm 754 /etc/cron.daily            &amp;&amp;
    250 cat &gt; /etc/cron.daily/logrotate.sh &lt;&lt; "EOF" &amp;&amp;
     249<screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.daily/logrotate.sh &lt;&lt; "EOF" &amp;&amp;
    251250<literal>#!/bin/bash
    252251/usr/sbin/logrotate /etc/logrotate.conf</literal>
  • general/sysutils/pciutils.xml

    r7d5b435 r914dd13  
    159159    </para>
    160160
    161 <screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-pciids.sh &lt;&lt; "EOF" &amp;&amp;
     161<screen role="nodump" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-pciids.sh &lt;&lt; "EOF" &amp;&amp;
    162162<literal>#!/bin/bash
    163163/usr/sbin/update-pciids</literal>
  • general/sysutils/usbutils.xml

    r7d5b435 r914dd13  
    177177    </para>
    178178
    179 <screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-usbids.sh &lt;&lt; "EOF" &amp;&amp;
     179<screen role="nodump" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-usbids.sh &lt;&lt; "EOF" &amp;&amp;
    180180<literal>#!/bin/bash
    181181/usr/bin/wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</literal>
  • postlfs/security/make-ca.xml

    r7d5b435 r914dd13  
    156156      enabled, will check for updates weekly.</phrase><phrase
    157157      revision="sysv">If you've installed <xref linkend="fcron"/> and
    158       completed the section on periodic jobs, execute</phrase><phrase
     158      completed the section on periodic jobs, execute</phrase> <phrase
    159159      revision="systemd">Execute</phrase> the following commands, as the
    160160      <systemitem class="username">root</systemitem> user, to <phrase
     
    163163    </para>
    164164
    165 <screen role="root" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-pki.sh &lt;&lt; "EOF" &amp;&amp;
     165<screen role="nodump" revision="sysv"><userinput>cat &gt; /etc/cron.weekly/update-pki.sh &lt;&lt; "EOF" &amp;&amp;
    166166<literal>#!/bin/bash
    167167/usr/sbin/make-ca -g</literal>
Note: See TracChangeset for help on using the changeset viewer.