source: postlfs/shells/ash.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 5.3 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY ash-download-http " ">
20 <!ENTITY ash-download-ftp "ftp://distro.ibiblio.org/pub/linux/distributions/slackware/slackware_source/ap/ash/ash-&ash-version;.tar.gz">
21 <!ENTITY ash-md5sum "1c59f5b62a081cb0cb3b053c01d79529">
22 <!ENTITY ash-size "118 KB">
23 <!ENTITY ash-buildsize "2.2 MB">
24 <!ENTITY ash-time "less than 0.1 SBU">
25]>
26
27<sect1 id="ash" xreflabel="ASH-&ash-version;">
28 <?dbhtml filename="ash.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>ASH-&ash-version;</title>
36
37 <indexterm zone="ash">
38 <primary sortas="a-ASH">ASH</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to ASH</title>
43
44 <para><command>ash</command> is a shell that is the most compliant with
45 the Bourne Shell (not to be confused with Bourne Again SHell i.e.,
46 <application>Bash</application> installed in LFS) without any additional
47 features. Bourne Shell is available on most commercial UNIX systems.
48 Hence <command>ash</command> is useful for testing scripts to be
49 <command>sh</command>-compliant. It also has small memory and space
50 requirements compared to the other <command>sh</command>-compliant
51 shells.</para>
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>Download (HTTP): <ulink url="&ash-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&ash-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &ash-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &ash-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &ash-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &ash-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing='compact'>
77 <listitem>
78 <para>Required Patch: <ulink
79 url="&patch-root;/ash-&ash-version;-cumulative_fixes-2.patch"/></para>
80 </listitem>
81 </itemizedlist>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/ash"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of ASH</title>
90
91 <para>Install <application>ASH</application> by running the following
92 commands:</para>
93
94<screen><userinput>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-2.patch &amp;&amp;
95make</userinput></screen>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>install -v -m 755 sh /bin/ash &amp;&amp;
100install -v -m 644 sh.1 /usr/share/man/man1/ash.1</userinput></screen>
101
102 <para>If you would like to make <command>ash</command> the default
103 <command>sh</command> shell, make a symlink.</para>
104
105<screen role="root"><userinput>ln -v -sf ash /bin/sh</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="configuration">
110 <title>Configuring ASH</title>
111
112 <sect3 id="ash-config">
113 <title>Config Files</title>
114
115 <para><application>ASH</application> sources
116 <filename>/etc/profile</filename> and
117 <filename>$HOME/.profile</filename></para>
118
119 <indexterm zone="ash ash-config">
120 <primary sortas="e-etc-profile">/etc/profile</primary>
121 </indexterm>
122
123 <indexterm zone="ash ash-config">
124 <primary sortas="e-AHOME-.profile">$HOME/.profile</primary>
125 </indexterm>
126
127 </sect3>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>ash</seg>
141 <seg>None</seg>
142 <seg>None</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Description</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="ash-prog">
152 <term><command>ash</command></term>
153 <listitem>
154 <para>is a <command>sh</command>-compliant shell.</para>
155 <indexterm zone="ash ash-prog">
156 <primary sortas="b-ash">ash</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.