aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-16 09:32:27 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-16 09:32:27 +0000
commit0306755a86c4f3af3da7697caf60d923c5863025 (patch)
treefc5cf27b7c14db515d2042a4a04438cff611d4ae /chapter06
parent7f28bcc03058397bce033528d95f86a9fad31d26 (diff)
We are creating a new file, no appending to an existing one.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index f78ab1cec..1978037f8 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -105,7 +105,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<para>Create some rules that work around broken sysfs attribute creation
timing in linux-2.6.15:</para>
-<screen><userinput>cat &gt;&gt; /etc/udev/rules.d/10-wait_for_sysfs.rules &lt;&lt; "EOF"
+<screen><userinput>cat &gt; /etc/udev/rules.d/10-wait_for_sysfs.rules &lt;&lt; "EOF"
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
EOF</userinput></screen>