Changeset 97b53b5
- Timestamp:
- 01/10/2005 06:49:09 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2ba7d12
- Parents:
- 518538f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/j2sdk.xml
r518538f r97b53b5 85 85 <listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-remove_fixed_paths-1.patch"/></para></listitem> 86 86 <listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-static_cxx-1.patch"/></para></listitem> 87 <listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-ash-1.patch"/> (Only required if /bin/sh is symlinked to <xref linkend="ash"/>)</para></listitem> 87 <listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-ash-1.patch"/> 88 (Only required if /bin/sh is symlinked to <xref linkend="ash-package"/>)</para></listitem> 88 89 </itemizedlist> 89 90 </sect3> -
introduction/welcome/changelog.xml
r518538f r97b53b5 26 26 OpenLDAP-2.2.20.</para></listitem> 27 27 28 <listitem><para>January 10th, 2005 [randy]: Updated to 29 Sendmail-8.13.2.</para></listitem>28 <listitem><para>January 10th, 2005 [randy]: Updated to Sendmail-8.13.2; 29 added index tags to the ASH instructions.</para></listitem> 30 30 31 31 <listitem><para>January 9th, 2005 [larry]: Updated to -
postlfs/shells/ash.xml
r518538f r97b53b5 9 9 <!ENTITY ash-download-ftp "ftp://distro.ibiblio.org/pub/Linux/distributions/slackware/slackware_source/ap/ash/ash-&ash-version;.tar.gz"> 10 10 <!ENTITY ash-size "118 KB"> 11 <!ENTITY ash-buildsize "2. 7MB">11 <!ENTITY ash-buildsize "2.2 MB"> 12 12 <!ENTITY ash-time "0.06 SBU"> 13 14 13 ]> 15 14 16 <sect1 id="ash " xreflabel="ASH-&ash-version;">15 <sect1 id="ash-package" xreflabel="ASH-&ash-version;"> 17 16 <sect1info> 18 17 <othername>$LastChangedBy$</othername> … … 21 20 <?dbhtml filename="ash.html"?> 22 21 <title>ASH-&ash-version;</title> 22 <indexterm zone="ash-package"> 23 <primary sortas="a-ash-package">ASH</primary></indexterm> 23 24 24 25 <sect2> 25 26 <title>Introduction to <application>ASH</application></title> 26 27 27 <para><command>ash</command> is a shell that is the most compliant with the 28 Bourne Shell (not to be confused with Bourne Again SHell i.e., <application>Bash</application> 29 installed in <acronym>LFS</acronym>) without any additional features. 30 Bourne Shell is available on most commercial 31 <acronym>UNIX</acronym> systems. Hence <command>ash</command> is useful for testing 32 scripts to be <command>sh</command>-compliant. It also has a small memory and space requirements 33 compared to the other <command>sh</command>-compliant shells.</para> 28 <para><command>ash</command> is a shell that is the most compliant with the 29 Bourne Shell (not to be confused with Bourne Again SHell i.e., 30 <application>Bash</application> installed in <acronym>LFS</acronym>) without 31 any additional features. Bourne Shell is available on most commercial 32 <acronym>UNIX</acronym> systems. Hence <command>ash</command> is useful for 33 testing scripts to be <command>sh</command>-compliant. It also has a small 34 memory and space requirements compared to the other 35 <command>sh</command>-compliant shells.</para> 34 36 35 37 <sect3><title>Package information</title> … … 49 51 <itemizedlist spacing='compact'> 50 52 <listitem><para>Required Patch: <ulink 51 url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para></listitem> 53 url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para> 54 </listitem> 52 55 </itemizedlist> 53 56 </sect3> … … 58 61 <title>Installation of <application>ASH</application></title> 59 62 60 <para>Install <application>ASH</application> by running the following commands:</para> 63 <para>Install <application>ASH</application> by running the following 64 commands:</para> 61 65 62 66 <screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch && … … 65 69 install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen> 66 70 67 <para>If you would like to make <command>ash</command> the default sh shell, make a symlink.</para> 71 <para>If you would like to make <command>ash</command> the default sh shell, 72 make a symlink.</para> 68 73 69 74 <screen><userinput><command>ln -sf ash /bin/sh</command></userinput></screen> … … 75 80 76 81 <sect3><title>Config files</title> 77 <para><application>ASH</application> sources <filename>/etc/profile</filename> 78 and <filename>$HOME/.profile</filename></para> 82 <para><application>ASH</application> sources 83 <filename id="ash-etc-profile">/etc/profile</filename> 84 <indexterm zone="ash-package ash-etc-profile"> 85 <primary sortas="e-ash-etc-profile">/etc/profile</primary></indexterm> 86 and <filename id="ash-home-profile">$HOME/.profile</filename></para> 87 <indexterm zone="ash-package ash-home-profile"> 88 <primary sortas="e-ash-home-profile">$HOME/.profile</primary></indexterm> 79 89 </sect3> 80 90 … … 83 93 <sect2> 84 94 <title>Contents</title> 95 <segmentedlist> 96 <segtitle>Installed Program</segtitle> 97 <seglistitem> 98 <seg>ash</seg> 99 </seglistitem> 100 </segmentedlist> 85 101 86 <para>The <application>ASH</application> package contains <command>ash</command>, 87 a <command>sh</command> compliant shell.</para> 102 <variablelist> 103 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 104 <?dbfo list-presentation="list"?> 88 105 89 </sect2> 90 91 <sect2><title>Description</title> 92 93 <sect3><title>ash</title> 94 <para><command>ash</command> is a <command>sh</command>-compliant shell.</para> 95 </sect3> 106 <varlistentry id="ash"> 107 <term><command>ash</command></term> 108 <listitem><para>is a <command>sh</command>-compliant shell.</para> 109 <indexterm zone="ash-package ash"> 110 <primary sortas="b-ash">ash</primary></indexterm> 111 </listitem> 112 </varlistentry> 113 </variablelist> 96 114 97 115 </sect2> -
template/template.xml
r518538f r97b53b5 25 25 <title><application>TEMPLATE</application>-&TEMPLATE-version;</title> 26 26 <indexterm zone="TEMPLATE-package"> 27 <primary sortas="a-TEMPLATE ">TEMPLATE</primary></indexterm>27 <primary sortas="a-TEMPLATE-package">TEMPLATE</primary></indexterm> 28 28 29 29 <sect2>
Note:
See TracChangeset
for help on using the changeset viewer.