source: postlfs/shells/ash.xml@ 0cd6d67

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0cd6d67 was 0cd6d67, checked in by Randy McMurchy <randy@…>, 19 years ago

Modified configuration file index sorting tags in various packages so that the index is sorted properly

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3265 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY ash-version "0.4.0">
8<!ENTITY ash-download-http " ">
9<!ENTITY ash-download-ftp "ftp://distro.ibiblio.org/pub/Linux/distributions/slackware/slackware_source/ap/ash/ash-&ash-version;.tar.gz">
10<!ENTITY ash-size "118 KB">
11<!ENTITY ash-buildsize "2.2 MB">
12<!ENTITY ash-time "0.06 SBU">
13]>
14
15<sect1 id="ash-package" xreflabel="ASH-&ash-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="ash.html"?>
21<title>ASH-&ash-version;</title>
22<indexterm zone="ash-package">
23<primary sortas="a-ASH-package">ASH</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>ASH</application></title>
27
28<para><command>ash</command> is a shell that is the most compliant with the
29Bourne Shell (not to be confused with Bourne Again SHell i.e.,
30<application>Bash</application> installed in <acronym>LFS</acronym>) without
31any additional features. Bourne Shell is available on most commercial
32<acronym>UNIX</acronym> systems. Hence <command>ash</command> is useful for
33testing scripts to be <command>sh</command>-compliant. It also has a small
34memory and space requirements compared to the other
35<command>sh</command>-compliant shells.</para>
36
37<sect3><title>Package information</title>
38<itemizedlist spacing='compact'>
39<listitem><para>Download (HTTP): <ulink
40url="&ash-download-http;"/></para></listitem>
41<listitem><para>Download (FTP): <ulink
42url="&ash-download-ftp;"/></para></listitem>
43<listitem><para>Download size: &ash-size;</para></listitem>
44<listitem><para>Estimated disk space required:
45&ash-buildsize;</para></listitem>
46<listitem><para>Estimated build time:
47&ash-time;</para></listitem></itemizedlist>
48</sect3>
49
50<sect3><title>Additional downloads</title>
51<itemizedlist spacing='compact'>
52<listitem><para>Required Patch: <ulink
53url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para>
54</listitem>
55</itemizedlist>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application>ASH</application></title>
62
63<para>Install <application>ASH</application> by running the following
64commands:</para>
65
66<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
67make &amp;&amp;
68install -m 755 sh /bin/ash &amp;&amp;
69install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen>
70
71<para>If you would like to make <command>ash</command> the default sh shell,
72make a symlink.</para>
73
74<screen><userinput><command>ln -sf ash /bin/sh</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Configuring <application>ASH</application></title>
80
81<sect3 id="ash-config"><title>Config files</title>
82<para><application>ASH</application> sources
83<filename>/etc/profile</filename> and
84<filename>$HOME/.profile</filename></para>
85
86<indexterm zone="ash-package ash-config">
87<primary sortas="e-etc-profile-ash">/etc/profile</primary></indexterm>
88<indexterm zone="ash-package ash-config">
89<primary sortas="e-Ahome-.profile-ash">$HOME/.profile</primary></indexterm>
90</sect3>
91
92</sect2>
93
94<sect2>
95<title>Contents</title>
96<segmentedlist>
97<segtitle>Installed Program</segtitle>
98<seglistitem>
99<seg>ash</seg>
100</seglistitem>
101</segmentedlist>
102
103<variablelist>
104<bridgehead renderas="sect3">Short Description</bridgehead>
105<?dbfo list-presentation="list"?>
106
107<varlistentry id="ash">
108<term><command>ash</command></term>
109<listitem><para>is a <command>sh</command>-compliant shell.</para>
110<indexterm zone="ash-package ash">
111<primary sortas="b-ash">ash</primary></indexterm>
112</listitem>
113</varlistentry>
114</variablelist>
115
116</sect2>
117
118</sect1>
119
Note: See TracBrowser for help on using the repository browser.