Author: randy
Date: 2010-03-05 10:42:56 -0700 (Fri, 05 Mar 2010)
New Revision: 8286
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/tcsh.xml
Log:
Updated to Tcsh-6.17.00
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-05 17:11:05 UTC (rev 8285)
+++ trunk/BOOK/general.ent 2010-03-05 17:42:56 UTC (rev 8286)
@@ -109,7 +109,7 @@
<!ENTITY bluefish-version "1.0.7">
<!-- Chapter 7 -->
-<!ENTITY tcsh-version "6.16.00">
+<!ENTITY tcsh-version "6.17.00">
<!ENTITY zsh-version "4.3.10">
<!ENTITY dash-version "0.5.5.1">
<!ENTITY ksh-version "2008-11-04">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-05 17:11:05 UTC
(rev 8285)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-05 17:42:56 UTC
(rev 8286)
@@ -45,6 +45,9 @@
<para>March 5th, 2010</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to Tcsh-6.17.00.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added a sed command and its explanation to the
OpenSSH instructions that was inadvertently removed.</para>
</listitem>
Modified: trunk/BOOK/postlfs/shells/tcsh.xml
===================================================================
--- trunk/BOOK/postlfs/shells/tcsh.xml 2010-03-05 17:11:05 UTC (rev 8285)
+++ trunk/BOOK/postlfs/shells/tcsh.xml 2010-03-05 17:42:56 UTC (rev 8286)
@@ -6,8 +6,8 @@
<!ENTITY tcsh-download-http
"http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
<!ENTITY tcsh-download-ftp
"ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
- <!ENTITY tcsh-md5sum "55f1a41512250168ec4bf1db0e246db4">
- <!ENTITY tcsh-size "872 KB">
+ <!ENTITY tcsh-md5sum "c47de903e3d52f6824c8dd0c91eeb477">
+ <!ENTITY tcsh-size "890 KB">
<!ENTITY tcsh-buildsize "9.3 MB">
<!ENTITY tcsh-time "0.2 SBU">
]>
@@ -85,7 +85,8 @@
<para>Install <application>Tcsh</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --bindir=/bin &&
+<screen><userinput>sed -i -e 's|\$\*|#&|' -e 's|fR/g|&m|'
tcsh.man2html &&
+./configure --prefix=/usr --bindir=/bin &&
make &&
sh ./tcsh.man2html</userinput></screen>
@@ -104,7 +105,7 @@
<screen role="root"><userinput>make install install.man &&
ln -v -sf tcsh /bin/csh &&
ln -v -sf tcsh.1 /usr/share/man/man1/csh.1 &&
-install -v -m755 -d /usr/share/doc/tcsh-&tcsh-version;/html &&
+install -v -m755 -d /usr/share/doc/tcsh-&tcsh-version;/html &&
install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html &&
install -v -m644 FAQ
/usr/share/doc/tcsh-&tcsh-version;</userinput></screen>
@@ -113,6 +114,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed -i -e 's|\$\*|#&|' -e 's|fR/g|&m|'
tcsh.man2html</command>:
+ This updates some deprecated Perl code.</para>
+
<para><parameter>--bindir=/bin</parameter>: This installs the
<command>tcsh</command> program in <filename
class='directory'>/bin</filename> instead of <filename
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page