Changeset 78d8214e
- Timestamp:
- 11/28/2022 08:48:31 PM (4 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 01e9d327
- Parents:
- edfcf34d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
redfcf34d r78d8214e 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to tcsh-6.24.02. Fixes 49 <ulink url="&blfs-ticket-root;17345">#17345</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[thomas] - Update to ruby-3.1.3. Fixes 49 53 <ulink url="&blfs-ticket-root;17349">#17349</ulink>.</para> -
packages.ent
redfcf34d r78d8214e 72 72 <!-- Chapter 7 --> 73 73 <!ENTITY dash-version "0.5.11.5"> 74 <!ENTITY tcsh-version "6.24.0 1">74 <!ENTITY tcsh-version "6.24.02"> 75 75 <!ENTITY zsh-version "5.9"> 76 76 -
postlfs/shells/tcsh.xml
redfcf34d r78d8214e 8 8 <!ENTITY tcsh-download-http "https://astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz"> 9 9 <!ENTITY tcsh-download-ftp "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz"> 10 <!ENTITY tcsh-md5sum " cc7a973c305884646ece4c6929ffdd10">11 <!ENTITY tcsh-size "92 8KB">12 <!ENTITY tcsh-buildsize "1 1MB (with tests)">10 <!ENTITY tcsh-md5sum "2188e2518070e5b4c075cc11ec64c0d0"> 11 <!ENTITY tcsh-size "924 KB"> 12 <!ENTITY tcsh-buildsize "10 MB (with tests)"> 13 13 <!ENTITY tcsh-time "0.2 SBU (with tests)"> 14 14 ]> … … 16 16 <sect1 id="tcsh" xreflabel="Tcsh-&tcsh-version;"> 17 17 <?dbhtml filename="tcsh.html"?> 18 19 <sect1info>20 <date>$Date$</date>21 </sect1info>22 18 23 19 <title>Tcsh-&tcsh-version;</title> … … 82 78 <sect2 role="installation"> 83 79 <title>Installation of Tcsh</title> 84 <!-- 85 <para> 86 First, fix the package for tool chain changes: 87 </para> 88 89 <screen><userinput>sed -i 's|SVID_SOURCE|DEFAULT_SOURCE|g' config/linux && 90 sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g' config/linux</userinput></screen> 91 --> 80 92 81 <para> 93 82 Install <application>Tcsh</application> by running the following … … 97 86 <screen><userinput>./configure --prefix=/usr --bindir=/bin && 98 87 99 make && 100 sh ./tcsh.man2html</userinput></screen> 88 make</userinput></screen> 101 89 102 90 <para> … … 111 99 112 100 ln -v -sf tcsh /bin/csh && 113 ln -v -sf tcsh.1 /usr/share/man/man1/csh.1 &&114 101 ln -v -sf tcsh.1 /usr/share/man/man1/csh.1</userinput></screen> 102 <!-- 115 103 install -v -m755 -d /usr/share/doc/tcsh-&tcsh-version;/html && 116 104 install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html && 117 105 install -v -m644 FAQ /usr/share/doc/tcsh-&tcsh-version;</userinput></screen> 118 106 --> 119 107 </sect2> 120 108 … … 128 116 class='directory'>/usr/bin</filename>. 129 117 </para> 130 118 <!-- No longer there 131 119 <para> 132 120 <command>sh ./tcsh.man2html</command>: This creates HTML documentation 133 121 from the formatted man page. 134 122 </para> 135 123 --> 136 124 <para> 137 125 <command>ln -v -sf tcsh /bin/csh</command>: The FHS states that if … … 204 192 <para> 205 193 Update <filename>/etc/shells</filename> to include the C shell 206 program names (as the <systemitem class="username">root</systemitem> 207 user): 194 program names (as the &root; user): 208 195 </para> 209 196 … … 216 203 The following <filename>~/.cshrc</filename> provides two alternative 217 204 colour prompts and coloured <command>ls</command> output. If you prefer 218 a global modification, issue the command as the <systemitem 219 class="username">root</systemitem> user, replacing 205 a global modification, issue the command as the &root; user, replacing 220 206 <filename>~/.cshrc</filename> by <filename>/etc/csh.cshrc</filename>. 221 207 </para> … … 270 256 <seg>tcsh</seg> 271 257 <seg>None</seg> 272 <seg> /usr/share/doc/tcsh-&tcsh-version;</seg>258 <seg>None <!--/usr/share/doc/tcsh-&tcsh-version;--></seg> 273 259 </seglistitem> 274 260 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.