Author: robert Date: 2007-03-27 22:51:12 -0600 (Tue, 27 Mar 2007) New Revision: 1033
Modified: branches/2.4-branch/BOOK/chapter01/changelog.xml branches/2.4-branch/BOOK/chapter05/coreutils.xml branches/2.4-branch/BOOK/general.ent trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter05/coreutils.xml trunk/BOOK/general.ent Log: Install tools-su Modified: branches/2.4-branch/BOOK/chapter01/changelog.xml =================================================================== --- branches/2.4-branch/BOOK/chapter01/changelog.xml 2007-03-28 03:23:27 UTC (rev 1032) +++ branches/2.4-branch/BOOK/chapter01/changelog.xml 2007-03-28 04:51:12 UTC (rev 1033) @@ -105,6 +105,8 @@ </listitem> --> +<listitem><para>March 28th, 2007 [Robert]: Install tools-su.</para></listitem> + <listitem><para>March 26th, 2007 [Robert]: Update sysklogd.xml from LFS-svn.</para></listitem> <listitem><para>March 26th, 2007 [Robert]: Removed all of BHLFS, we can use Modified: branches/2.4-branch/BOOK/chapter05/coreutils.xml =================================================================== --- branches/2.4-branch/BOOK/chapter05/coreutils.xml 2007-03-28 03:23:27 UTC (rev 1032) +++ branches/2.4-branch/BOOK/chapter05/coreutils.xml 2007-03-28 04:51:12 UTC (rev 1033) @@ -49,6 +49,17 @@ <screen><userinput>make install</userinput></screen> + <para>The <command>su</command> program was not installed because + <command>make install</command> needs to be run as <emphasis>root</emphasis> + to install <command>su</command> with suid permission. We will + need <command>su</command> in the next chapter, but it will be + executed by <emphasis>root</emphasis> and so will not need the suid + permission. Furthermore, to prevent this <command>su</command> from + accidentally being used on the host system it will be renamed. + Install <command>su</command> with the following command:</para> + +<screen><userinput>install -v src/su /tools/bin/tools-su</userinput></screen> + </sect2> <sect2 role="content"> Modified: branches/2.4-branch/BOOK/general.ent =================================================================== --- branches/2.4-branch/BOOK/general.ent 2007-03-28 03:23:27 UTC (rev 1032) +++ branches/2.4-branch/BOOK/general.ent 2007-03-28 04:51:12 UTC (rev 1033) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "2.4-branch-20070326"> -<!ENTITY releasedate "March 26th, 2007"> +<!ENTITY version "2.4-branch-20070328"> +<!ENTITY releasedate "March 28th, 2007"> <!ENTITY milestone "1.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2007-03-28 03:23:27 UTC (rev 1032) +++ trunk/BOOK/chapter01/changelog.xml 2007-03-28 04:51:12 UTC (rev 1033) @@ -107,6 +107,8 @@ </listitem> --> +<listitem><para>March 28th, 2007 [Robert]: Install tools-su.</para></listitem> + <listitem><para>March 26th, 2007 [Robert]: Update sysklogd.xml from LFS-svn.</para></listitem> <listitem><para>March 27th, 2007 [Robert]: Make ABRT the default behavior Modified: trunk/BOOK/chapter05/coreutils.xml =================================================================== --- trunk/BOOK/chapter05/coreutils.xml 2007-03-28 03:23:27 UTC (rev 1032) +++ trunk/BOOK/chapter05/coreutils.xml 2007-03-28 04:51:12 UTC (rev 1033) @@ -49,6 +49,17 @@ <screen><userinput>make install</userinput></screen> + <para>The <command>su</command> program was not installed because + <command>make install</command> needs to be run as <emphasis>root</emphasis> + to install <command>su</command> with suid permission. We will + need <command>su</command> in the next chapter, but it will be + executed by <emphasis>root</emphasis> and so will not need the suid + permission. Furthermore, to prevent this <command>su</command> from + accidentally being used on the host system it will be renamed. + Install <command>su</command> with the following command:</para> + +<screen><userinput>install -v src/su /tools/bin/tools-su</userinput></screen> + </sect2> <sect2 role="content"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-03-28 03:23:27 UTC (rev 1032) +++ trunk/BOOK/general.ent 2007-03-28 04:51:12 UTC (rev 1033) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070327"> -<!ENTITY releasedate "March 27th, 2007"> +<!ENTITY version "SVN-20070328"> +<!ENTITY releasedate "March 28th, 2007"> <!ENTITY milestone "1.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
