source: postlfs/shells/ash.xml@ d260aaf4

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

Separated root installation commands in packages already indexed (first pass)

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

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