source: postlfs/shells/ash.xml@ 518538f

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 518538f was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[44f085a]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.7 MB">
12<!ENTITY ash-time "0.06 SBU">
13
14]>
15
[a245e6d1]16<sect1 id="ash" xreflabel="ASH-&ash-version;">
[a0f03b0]17<sect1info>
[5cd0959d]18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
[a0f03b0]20</sect1info>
[bae6e15]21<?dbhtml filename="ash.html"?>
[a245e6d1]22<title>ASH-&ash-version;</title>
23
[44f085a]24<sect2>
25<title>Introduction to <application>ASH</application></title>
26
27<para><command>ash</command> is a shell that is the most compliant with the
28Bourne Shell (not to be confused with Bourne Again SHell i.e., <application>Bash</application>
29installed in <acronym>LFS</acronym>) without any additional features.
30Bourne Shell is available on most commercial
31<acronym>UNIX</acronym> systems. Hence <command>ash</command> is useful for testing
32scripts to be <command>sh</command>-compliant. It also has a small memory and space requirements
33compared to the other <command>sh</command>-compliant shells.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP): <ulink
38url="&ash-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink
40url="&ash-download-ftp;"/></para></listitem>
41<listitem><para>Download size: &ash-size;</para></listitem>
[518538f]42<listitem><para>Estimated disk space required:
[44f085a]43&ash-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&ash-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title>Additional downloads</title>
49<itemizedlist spacing='compact'>
[07b157f4]50<listitem><para>Required Patch: <ulink
51url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para></listitem>
[44f085a]52</itemizedlist>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>ASH</application></title>
59
60<para>Install <application>ASH</application> by running the following commands:</para>
61
62<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
63make &amp;&amp;
64install -m 755 sh /bin/ash &amp;&amp;
65install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen>
66
67<para>If you would like to make <command>ash</command> the default sh shell, make a symlink.</para>
68
69<screen><userinput><command>ln -sf ash /bin/sh</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Configuring <application>ASH</application></title>
75
76<sect3><title>Config files</title>
77<para><application>ASH</application> sources <filename>/etc/profile</filename>
78and <filename>$HOME/.profile</filename></para>
79</sect3>
80
81</sect2>
82
83<sect2>
84<title>Contents</title>
85
86<para>The <application>ASH</application> package contains <command>ash</command>,
87a <command>sh</command> compliant shell.</para>
88
89</sect2>
90
91<sect2><title>Description</title>
92
93<sect3><title>ash</title>
94<para><command>ash</command> is a <command>sh</command>-compliant shell.</para>
95</sect3>
96
97</sect2>
[a245e6d1]98
99</sect1>
100
Note: See TracBrowser for help on using the repository browser.