1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
6 <sect1 id="ch-system-coreutils" xreflabel="Coreutils" role="wrap">
7 <title>Coreutils-&coreutils-version;</title>
8 <?dbhtml filename="coreutils.html"?>
10 <indexterm zone="ch-system-coreutils"><primary sortas="a-Coreutils">Coreutils</primary></indexterm>
12 <sect2 role="package"><title/>
15 <segtitle>&buildtime;</segtitle>
16 <segtitle>&diskspace;</segtitle>
17 <seglistitem><seg>0.9 SBU</seg><seg>69 MB</seg></seglistitem>
22 <sect2 role="installation">
23 <title>Installation of Coreutils</title>
25 <para>Apply a patch:</para>
27 <screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-uname-2.patch</userinput></screen>
29 <para>Apply another patch:</para>
31 <screen><userinput>patch -Np1 -i \
32 ../coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch</userinput></screen>
34 <para>Now prepare Coreutils for compilation:</para>
36 <screen><userinput>DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/usr</userinput></screen>
38 <para>Compile the package:</para>
40 <screen><userinput>make</userinput></screen>
42 <para>Create two dummy groups and a dummy user name:</para>
44 <screen><userinput>echo "dummy1:x:1000:" >> /etc/group
45 echo "dummy2:x:1001:dummy" >> /etc/group
46 echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd</userinput></screen>
48 <para>Run the <emphasis>root</emphasis> tests:</para>
50 <screen><userinput>make NON_ROOT_USERNAME=dummy check-root</userinput></screen>
52 <para>Run the user tests:</para>
54 <screen><userinput>src/su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
56 <para>Remove the dummy user and groups:</para>
58 <screen><userinput>sed -i '/dummy/d' /etc/passwd /etc/group</userinput></screen>
60 <para>Install the package:</para>
62 <screen><userinput>make install</userinput></screen>
64 <para>And move some programs to their proper locations:</para>
66 <screen><userinput>mv /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
67 mv /usr/bin/{date,echo,false,head,hostname,install,ln} /bin
68 mv /usr/bin/{ls,mkdir,mknod,mv,pwd,rm,rmdir,sync} /bin
69 mv /usr/bin/{sleep,stty,test,touch,true,uname} /bin
70 mv /usr/bin/chroot /usr/sbin</userinput></screen>
72 <para>Create a symlink:</para>
74 <screen><userinput>ln -s ../../bin/install /usr/bin</userinput></screen>
79 <sect2 id="contents-coreutils" role="content"><title>Contents of Coreutils</title>
81 <para>See testing</para>