[EMAIL PROTECTED] wrote:
> Author: manuel
> Date: 2006-07-30 13:30:21 -0600 (Sun, 30 Jul 2006)
> New Revision: 7716
> 
> Modified:
>    branches/6.2/BOOK/chapter06/shadow.xml
>    branches/6.2/BOOK/chapter07/network.xml
>    branches/6.2/BOOK/chapter07/symlinks.xml
>    branches/6.2/BOOK/chapter08/fstab.xml
> Log:
> Splitted some commands to fit into PDF page size.

> Modified: branches/6.2/BOOK/chapter07/network.xml
> ===================================================================
> --- branches/6.2/BOOK/chapter07/network.xml   2006-07-30 19:05:14 UTC (rev 
> 7715)
> +++ branches/6.2/BOOK/chapter07/network.xml   2006-07-30 19:30:21 UTC (rev 
> 7716)
> @@ -48,9 +48,11 @@
>      invent a descriptive name, such as <quote>realtek</quote>, and create
>      Udev rules similar to the following:</para>
>  
> -<screen role="nodump"><userinput>cat &gt; /etc/udev/rules.d/26-network.rules 
> &lt;&lt; "EOF"
> -<literal>ACTION=="add", SUBSYSTEM=="net", 
> SYSFS{address}=="<replaceable>00:e0:4c:12:34:56</replaceable>", 
> NAME="<replaceable>realtek</replaceable>"
> -ACTION=="add", SUBSYSTEM=="net", 
> SYSFS{address}=="<replaceable>00:a0:c9:78:9a:bc</replaceable>", 
> NAME="<replaceable>intel</replaceable>"</literal>
> +<screen role="nodump"><userinput>cat &gt; /etc/udev/rules.d/26-network.rules 
> &lt;&lt; EOF
> +<literal>ACTION=="add", SUBSYSTEM=="net", 
> SYSFS{address}=="<replaceable>00:e0:4c:12:34:56</replaceable>", \
> +    NAME="<replaceable>realtek</replaceable>"
> +ACTION=="add", SUBSYSTEM=="net", 
> SYSFS{address}=="<replaceable>00:a0:c9:78:9a:bc</replaceable>", \
> +    NAME="<replaceable>intel</replaceable>"</literal>
>  EOF</userinput></screen>

Manuel, I know why you split the lines, but AFAIK udev does not respect
the baskslash as a line continuation character.

I am open to suggestions.

  -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to