Changeset d3a81ee for BOOK/boot


Ignore:
Timestamp:
May 29, 2014, 12:53:29 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
150ed37
Parents:
5bef7df
git-author:
Chris Staub <chris@…> (05/29/14 00:48:56)
git-committer:
Chris Staub <chris@…> (05/29/14 00:53:29)
Message:

Replaced redirection operators with &gt;

Location:
BOOK/boot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/eudev.xml

    r5bef7df rd3a81ee  
    4949    <para os="r1">Create a dummy rule so that Eudev will name ethernet devices properly for the system.</para>
    5050
    51 <screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" > \
     51<screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" &gt; \
    5252    /tools/etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>
    5353
  • BOOK/boot/common/shadow.xml

    r5bef7df rd3a81ee  
    2929<screen os="c"><userinput>cp -v src/Makefile.in{,.orig}
    3030sed -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' \
    31     src/Makefile.in.orig > src/Makefile.in</userinput></screen>
     31    src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    3232
    3333    <para os="d">Prepare Shadow for compilation:</para>
  • BOOK/boot/mips/colo-build.xml

    r5bef7df rd3a81ee  
    4040
    4141<screen os="s2"><userinput>cp -v stage2/Makefile{,.orig}
    42 sed '/^CFLAGS/s/-Werror //' stage2/Makefile.orig > stage2/Makefile</userinput></screen>
     42sed '/^CFLAGS/s/-Werror //' stage2/Makefile.orig &gt; stage2/Makefile</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.