Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git] / BOOK / chapter06 / ed-inst.xml
blob4ffb7407f315e368de1ad930cb2d9c2d539cd26a
1 <sect2>
2 <title>Installation of Ed</title>
4 <para>This package requires its patch to be applied before you can
5 install it. Make sure it's unpacked before running the installation 
6 commands.</para>
8 <para>Ed isn't something you would personally use. It's installed here
9 because it can be used by the patch program if you encounter an ed-based patch
10 file. This happens rarely because diff-based patches are preferred these
11 days.</para>
13 <para>Install Ed by running the following commands:</para>
15 <para><screen><userinput>patch -Np1 -i ../ed-&ed-patch-version;.patch &amp;&amp;
16 ./configure --prefix=/usr &amp;&amp;
17 make &amp;&amp;
18 make install &amp;&amp;
19 mv /usr/bin/{ed,red} /bin</userinput></screen></para>
21 </sect2>