Changeset d9d7048 in clfs-sysroot for BOOK/final-system/common/inetutils.xml
- Timestamp:
- Feb 23, 2007, 7:28:37 AM (18 years ago)
- Branches:
- master
- Children:
- e4e66d0
- Parents:
- c5968b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/inetutils.xml
rc5968b4 rd9d7048 31 31 32 32 <screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> 33 34 <para os="s1">The following set of seds prevent binaries from being35 installed as setuid <systemitem class="username">root</systemitem>:</para>36 37 <screen os="s2"><userinput>for dir in ping rcp rlogin rsh; do38 cp ${dir}/Makefile.in{,.orig}39 sed '/^SUIDMODE =/s/-o root//' ${dir}/Makefile.in.orig > ${dir}/Makefile.in40 done</userinput></screen>41 33 42 34 <para os="a">Prepare Inetutils for compilation:</para> … … 99 91 <para os="f">Install the package:</para> 100 92 101 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>93 <screen os="g"><userinput>make DESTDIR=${CLFS} SUIDMODE="-m 4775" install</userinput></screen> 102 94 103 95 <para os="h">Move the <command>ping</command> and <command>ping6</command>
Note:
See TracChangeset
for help on using the changeset viewer.