Changeset 3349a3a in clfs-sysroot for BOOK/final-system/common/inetutils.xml


Ignore:
Timestamp:
May 27, 2006, 9:02:20 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
d9bec84
Parents:
f6c417f
Message:

r3669@server (orig r1667): jciccone | 2006-05-27 18:13:38 -0700
Various text and command fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/inetutils.xml

    rf6c417f r3349a3a  
    3535
    3636<screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
     37
     38    <para os="s1">The following set of seds prevent binaries from being installed as root</para>
     39
     40<screen os="s2"><userinput>for dir in ping rcp rlogin rsh; do
     41    cp ${dir}/Makefile.in{,.orig}
     42    sed '/^SUIDMODE =/s/-o root//' ${dir}/Makefile.in.orig &gt; ${dir}/Makefile.in
     43done</userinput></screen>
    3744
    3845    <para os="a">Prepare Inetutils for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.