Author: dj
Date: Sun Oct 22 14:06:35 2017
New Revision: 19360
Log:
Fix copy/paste errors of last commit.
Modified:
trunk/BOOK/general/sysutils/pciutils.xml
Modified: trunk/BOOK/general/sysutils/pciutils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/pciutils.xml Sun Oct 22 13:57:13 2017
(r19359)
+++ trunk/BOOK/general/sysutils/pciutils.xml Sun Oct 22 14:06:35 2017
(r19360)
@@ -146,7 +146,7 @@
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 >
/lib/systemd/system/update-pciids.service << "EOF" &&
@@ -173,7 +173,7 @@
[Install]
WantedBy=timers.target</literal>
EOF
-systemctl enable update-usbids.timer</userinput></screen>
+systemctl enable update-pciids.timer</userinput></screen>
</sect2>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page