source: postlfs/shells/ash.xml@ ee0047b4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ee0047b4 was f39a33c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged ash.xml

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "1c59f5b62a081cb0cb3b053c01d79529">
11 <!ENTITY ash-size "118 KB">
12 <!ENTITY ash-buildsize "2.2 MB">
13 <!ENTITY ash-time "0.06 SBU">
14]>
15
16<sect1 id="ash" xreflabel="ASH-&ash-version;">
17 <?dbhtml filename="ash.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>ASH-&ash-version;</title>
25
26 <indexterm zone="ash">
27 <primary sortas="a-ASH">ASH</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to ASH</title>
32
33 <para><command>ash</command> is a shell that is the most compliant with
34 the Bourne Shell (not to be confused with Bourne Again SHell i.e.,
35 <application>Bash</application> installed in LFS) without any additional
36 features. Bourne Shell is available on most commercial UNIX systems.
37 Hence <command>ash</command> is useful for testing scripts to be
38 <command>sh</command>-compliant. It also has a small memory and space
39 requirements compared to the other <command>sh</command>-compliant
40 shells.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&ash-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&ash-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &ash-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &ash-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &ash-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &ash-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Required Patch: <ulink
68 url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of ASH</title>
76
77 <para>Install <application>ASH</application> by running the following
78 commands:</para>
79
80<screen><userinput>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
81make</userinput></screen>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>install -m 755 sh /bin/ash &amp;&amp;
86install -m 644 sh.1 /usr/share/man/man1/ash.1</userinput></screen>
87
88 <para>If you would like to make <command>ash</command> the default
89 sh shell, make a symlink.</para>
90
91<screen role="root"><userinput>ln -v -sf ash /bin/sh</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="configuration">
96 <title>Configuring ASH</title>
97
98 <sect3 id="ash-config">
99 <title>Config Files</title>
100
101 <para><application>ASH</application> sources
102 <filename>/etc/profile</filename> and
103 <filename>$HOME/.profile</filename></para>
104
105 <indexterm zone="ash ash-config">
106 <primary sortas="e-etc-profile">/etc/profile</primary>
107 </indexterm>
108
109 <indexterm zone="ash ash-config">
110 <primary sortas="e-AHOME-.profile">$HOME/.profile</primary>
111 </indexterm>
112
113 </sect3>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Program</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>ash</seg>
127 <seg>None</seg>
128 <seg>None</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Description</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="ash-prog">
138 <term><command>ash</command></term>
139 <listitem>
140 <para>is a <command>sh</command>-compliant shell.</para>
141 <indexterm zone="ash ash-prog">
142 <primary sortas="b-ash">ash</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.