From df9499bbe5db0e484f6baf41a2d1e42bb369974a Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 22 Oct 2017 21:06:35 +0000 Subject: [PATCH] Fix copy/paste errors of last commit. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19360 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/sysutils/pciutils.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/sysutils/pciutils.xml b/general/sysutils/pciutils.xml index fe8461c499..478d8d0ba4 100644 --- a/general/sysutils/pciutils.xml +++ b/general/sysutils/pciutils.xml @@ -146,7 +146,7 @@ chmod -v 755 /usr/lib/libpci.so You should update the /usr/share/hwdata/pci.ids file periodically. Execute the following commands, as the root 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): cat > /lib/systemd/system/update-pciids.service << "EOF" && @@ -173,7 +173,7 @@ Persistent=true [Install] WantedBy=timers.target EOF -systemctl enable update-usbids.timer +systemctl enable update-pciids.timer