Fix copy/paste errors of last commit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19360 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2017-10-22 21:06:35 +00:00
parent ac8c7d4974
commit df9499bbe5

View File

@ -146,7 +146,7 @@ chmod -v 755 /usr/lib/libpci.so</userinput></screen>
You should update the <filename>/usr/share/hwdata/pci.ids</filename> file
periodically. Execute the following commands, as the
<systemitem class="username">root</systemitem> user, to create a systemd
timer to update it weekly on Sundays at 3:00 A.M. (local time):
timer to update it weekly on Sundays at 2:30 A.M. (local time):
</para>
<screen role="root" revision="systemd"><userinput>cat &gt; /lib/systemd/system/update-pciids.service &lt;&lt; "EOF" &amp;&amp;
@ -173,7 +173,7 @@ Persistent=true
[Install]
WantedBy=timers.target</literal>
EOF
systemctl enable update-usbids.timer</userinput></screen>
systemctl enable update-pciids.timer</userinput></screen>
</sect2>