source: postlfs/shells/ash.xml@ ef66b4c

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 ef66b4c was ef66b4c, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Fixed ASH and Rsync broken links.

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

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