Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/tcsh.xml

    r6d8b3302 re5dd351d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    3    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     3   "http://www.oasis-open.org/do/xml/4.5/docbookx.dtd" [
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    66
    7   <!-- Following URL does not have previous versions
    8   <!ENTITY tcsh-download-http "http://www.sfr-fresh.com/unix/misc/tcsh-&tcsh-version;.tar.gz">-->
    9   <!-- Following URL does have previous versions -->
    10   <!-- The following does not have version 6.22.00 as of Nov 30, 2019 -->
    11   <!--<!ENTITY tcsh-download-http "http://fossies.org/linux/misc/tcsh-&tcsh-version;.tar.gz">-->
    12   <!ENTITY tcsh-download-http " ">
     7  <!-- Following URL does has old versions: https://astron.com/pub/tcsh/old/ -->
     8  <!ENTITY tcsh-download-http "https://astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    139  <!ENTITY tcsh-download-ftp  "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    14   <!ENTITY tcsh-md5sum        "9dd53d39da797dceffaddf3fab430f46">
    15   <!ENTITY tcsh-size          "988 KB">
     10  <!ENTITY tcsh-md5sum        "5a0dfa0874f2dee24e0b36b3ed41d3a2">
     11  <!ENTITY tcsh-size          "928 KB">
    1612  <!ENTITY tcsh-buildsize     "11 MB (with tests)">
    1713  <!ENTITY tcsh-time          "0.2 SBU (with tests)">
     
    2016<sect1 id="tcsh" xreflabel="Tcsh-&tcsh-version;">
    2117  <?dbhtml filename="tcsh.html"?>
    22 
    23   <sect1info>
    24     <date>$Date$</date>
    25   </sect1info>
    2618
    2719  <title>Tcsh-&tcsh-version;</title>
     
    4335    </para>
    4436
    45     &lfs110a_checked;
     37    &lfs112_checked;
    4638
    4739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8678  <sect2 role="installation">
    8779    <title>Installation of Tcsh</title>
    88 <!--
    89     <para>
    90       First, fix the package for tool chain changes:
    91     </para>
    92 
    93 <screen><userinput>sed -i 's|SVID_SOURCE|DEFAULT_SOURCE|g' config/linux  &amp;&amp;
    94 sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g'  config/linux</userinput></screen>
    95 -->
     80
    9681    <para>
    9782      Install <application>Tcsh</application> by running the following
     
    9984    </para>
    10085
    101 <screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
    102 
    103 make &amp;&amp;
    104 sh ./tcsh.man2html</userinput></screen>
     86<screen><userinput>./configure --prefix=/usr &amp;&amp;
     87make</userinput></screen>
    10588
    10689    <para>
     
    11598
    11699ln -v -sf tcsh   /bin/csh &amp;&amp;
    117 ln -v -sf tcsh.1 /usr/share/man/man1/csh.1 &amp;&amp;
    118 
     100ln -v -sf tcsh.1 /usr/share/man/man1/csh.1</userinput></screen>
     101<!--
    119102install -v -m755 -d          /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    120103install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    121104install -v -m644 FAQ         /usr/share/doc/tcsh-&tcsh-version;</userinput></screen>
    122 
     105-->
    123106  </sect2>
    124107
     
    126109    <title>Command Explanations</title>
    127110
    128     <para>
    129       <parameter>--bindir=/bin</parameter>: This installs the
    130       <command>tcsh</command> program in <filename
    131       class='directory'>/bin</filename> instead of <filename
    132       class='directory'>/usr/bin</filename>.
    133     </para>
    134 
     111<!-- No longer there
    135112    <para>
    136113      <command>sh ./tcsh.man2html</command>: This creates HTML documentation
    137114      from the formatted man page.
    138115    </para>
    139 
     116-->
    140117    <para>
    141118      <command>ln -v -sf tcsh /bin/csh</command>: The FHS states that if
     
    208185      <para>
    209186        Update <filename>/etc/shells</filename> to include the C shell
    210         program names (as the <systemitem class="username">root</systemitem>
    211         user):
     187        program names (as the &root; user):
    212188      </para>
    213189
     
    220196        The following <filename>~/.cshrc</filename> provides two alternative
    221197        colour prompts and coloured <command>ls</command> output. If you prefer
    222         a global modification, issue the command as the <systemitem
    223         class="username">root</systemitem> user, replacing
     198        a global modification, issue the command as the &root; user, replacing
    224199        <filename>~/.cshrc</filename> by <filename>/etc/csh.cshrc</filename>.
    225200      </para>
     
    274249        <seg>tcsh</seg>
    275250        <seg>None</seg>
    276         <seg>/usr/share/doc/tcsh-&tcsh-version;</seg>
     251        <seg>None <!--/usr/share/doc/tcsh-&tcsh-version;--></seg>
    277252      </seglistitem>
    278253    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.