mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 14:19:21 +01:00
Minor touchups and corrections for systemd changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5fc69b6e7c
commit
2191632e22
@ -66,9 +66,9 @@
|
|||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>accelerometer, ata_id, cdrom_id, collect, mtd_probe,
|
<seg>accelerometer, ata_id, cdrom_id, collect, mtd_probe,
|
||||||
scsi_id, v4l_id, udevadm, udevd,</seg>
|
scsi_id, v4l_id, udevadm, and udevd</seg>
|
||||||
|
|
||||||
<seg>libudev.{a,so}</seg>
|
<seg>libudev.so</seg>
|
||||||
|
|
||||||
<seg>/etc/udev, /lib/udev, /lib/firmware, /usr/share/doc/udev</seg>
|
<seg>/etc/udev, /lib/udev, /lib/firmware, /usr/share/doc/udev</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
|
@ -23,11 +23,11 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Udev rules
|
# Udev rules
|
||||||
#for s in udev-config/*.rules
|
for s in udev-config/*.rules
|
||||||
#do
|
do
|
||||||
# script=$(basename $s)
|
script=$(basename $s)
|
||||||
#
|
|
||||||
# sed -e 's/\&/\&\;/g' -e 's/</\<\;/g' -e 's/>/\>\;/g' \
|
sed -e 's/\&/\&\;/g' -e 's/</\<\;/g' -e 's/>/\>\;/g' \
|
||||||
# -e "s/'/\&apos\;/g" -e 's/"/\"\;/g' -e 's/\t/ /g' \
|
-e "s/'/\&apos\;/g" -e 's/"/\"\;/g' -e 's/\t/ /g' \
|
||||||
# $s > appendices/${script}.script
|
$s > appendices/${script}.script
|
||||||
#done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user