source: postlfs/shells/ash.xml@ 86af98a

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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 4.0 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.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-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<sect1info>
18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
20</sect1info>
21<?dbhtml filename="ash.html"?>
22<title>ASH-&ash-version;</title>
23<indexterm zone="ash">
24<primary sortas="a-ASH">ASH</primary></indexterm>
25
26<sect2>
27<title>Introduction to <application>ASH</application></title>
28
29<para><command>ash</command> is a shell that is the most compliant with the
30Bourne Shell (not to be confused with Bourne Again SHell i.e.,
31<application>Bash</application> installed in <acronym>LFS</acronym>) without
32any additional features. Bourne Shell is available on most commercial
33<acronym>UNIX</acronym> systems. Hence <command>ash</command> is useful for
34testing scripts to be <command>sh</command>-compliant. It also has a small
35memory and space requirements compared to the other
36<command>sh</command>-compliant shells.</para>
37
38<sect3><title>Package information</title>
39<itemizedlist spacing='compact'>
40<listitem><para>Download (HTTP): <ulink
41url="&ash-download-http;"/></para></listitem>
42<listitem><para>Download (FTP): <ulink
43url="&ash-download-ftp;"/></para></listitem>
44<listitem><para>Download MD5 sum: &ash-md5sum;</para></listitem>
45<listitem><para>Download size: &ash-size;</para></listitem>
46<listitem><para>Estimated disk space required:
47&ash-buildsize;</para></listitem>
48<listitem><para>Estimated build time:
49&ash-time;</para></listitem></itemizedlist>
50</sect3>
51
52<sect3><title>Additional downloads</title>
53<itemizedlist spacing='compact'>
54<listitem><para>Required Patch: <ulink
55url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para>
56</listitem>
57</itemizedlist>
58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application>ASH</application></title>
64
65<para>Install <application>ASH</application> by running the following
66commands:</para>
67
68<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
69make</command></userinput></screen>
70
71<para>Now, as the root user:</para>
72
73<screen><userinput role='root'><command>install -m 755 sh /bin/ash &amp;&amp;
74install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen>
75
76<para>If you would like to make <command>ash</command> the default sh shell,
77make a symlink.</para>
78
79<screen><userinput><command>ln -sf ash /bin/sh</command></userinput></screen>
80
81</sect2>
82
83<sect2>
84<title>Configuring <application>ASH</application></title>
85
86<sect3 id="ash-config"><title>Config files</title>
87<para><application>ASH</application> sources
88<filename>/etc/profile</filename> and
89<filename>$HOME/.profile</filename></para>
90
91<indexterm zone="ash ash-config">
92<primary sortas="e-etc-profile">/etc/profile</primary></indexterm>
93<indexterm zone="ash ash-config">
94<primary sortas="e-AHOME-.profile">$HOME/.profile</primary></indexterm>
95</sect3>
96
97</sect2>
98
99<sect2>
100<title>Contents</title>
101<segmentedlist>
102<segtitle>Installed Program</segtitle>
103<segtitle>Installed Libraries</segtitle>
104<segtitle>Installed Directories</segtitle>
105<seglistitem>
106<seg>ash</seg>
107<seg>None</seg>
108<seg>None</seg>
109</seglistitem>
110</segmentedlist>
111
112<variablelist>
113<bridgehead renderas="sect3">Short Description</bridgehead>
114<?dbfo list-presentation="list"?>
115
116<varlistentry id="ash-prog">
117<term><command>ash</command></term>
118<listitem><para>is a <command>sh</command>-compliant shell.</para>
119<indexterm zone="ash ash-prog">
120<primary sortas="b-ash">ash</primary></indexterm>
121</listitem>
122</varlistentry>
123</variablelist>
124
125</sect2>
126
127</sect1>
128
Note: See TracBrowser for help on using the repository browser.