source: postlfs/shells/ash.xml@ d4afab2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d4afab2 was d260aaf4, checked in by Randy McMurchy <randy@…>, 20 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
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">
[97b53b5]11<!ENTITY ash-buildsize "2.2 MB">
[44f085a]12<!ENTITY ash-time "0.06 SBU">
13]>
14
[0b5a693]15<sect1 id="ash" xreflabel="ASH-&ash-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[bae6e15]20<?dbhtml filename="ash.html"?>
[a245e6d1]21<title>ASH-&ash-version;</title>
[0b5a693]22<indexterm zone="ash">
23<primary sortas="a-ASH">ASH</primary></indexterm>
[a245e6d1]24
[44f085a]25<sect2>
26<title>Introduction to <application>ASH</application></title>
27
[97b53b5]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>
[44f085a]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>
[518538f]44<listitem><para>Estimated disk space required:
[44f085a]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'>
[07b157f4]52<listitem><para>Required Patch: <ulink
[97b53b5]53url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para>
54</listitem>
[44f085a]55</itemizedlist>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application>ASH</application></title>
62
[97b53b5]63<para>Install <application>ASH</application> by running the following
64commands:</para>
[44f085a]65
66<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
[d260aaf4]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;
[44f085a]72install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen>
73
[97b53b5]74<para>If you would like to make <command>ash</command> the default sh shell,
75make a symlink.</para>
[44f085a]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
[40851cf]84<sect3 id="ash-config"><title>Config files</title>
[97b53b5]85<para><application>ASH</application> sources
[40851cf]86<filename>/etc/profile</filename> and
87<filename>$HOME/.profile</filename></para>
88
[0b5a693]89<indexterm zone="ash ash-config">
[6a2bce2]90<primary sortas="e-etc-profile">/etc/profile</primary></indexterm>
[0b5a693]91<indexterm zone="ash ash-config">
[6a2bce2]92<primary sortas="e-AHOME-.profile">$HOME/.profile</primary></indexterm>
[44f085a]93</sect3>
94
95</sect2>
96
97<sect2>
98<title>Contents</title>
[97b53b5]99<segmentedlist>
100<segtitle>Installed Program</segtitle>
[d260aaf4]101<segtitle>Installed Libraries</segtitle>
102<segtitle>Installed Directories</segtitle>
[97b53b5]103<seglistitem>
104<seg>ash</seg>
[d260aaf4]105<seg>None</seg>
106<seg>None</seg>
[97b53b5]107</seglistitem>
108</segmentedlist>
109
110<variablelist>
[2ba7d12]111<bridgehead renderas="sect3">Short Description</bridgehead>
[97b53b5]112<?dbfo list-presentation="list"?>
113
[0b5a693]114<varlistentry id="ash-prog">
[97b53b5]115<term><command>ash</command></term>
116<listitem><para>is a <command>sh</command>-compliant shell.</para>
[0b5a693]117<indexterm zone="ash ash-prog">
[97b53b5]118<primary sortas="b-ash">ash</primary></indexterm>
119</listitem>
120</varlistentry>
121</variablelist>
[44f085a]122
123</sect2>
[a245e6d1]124
125</sect1>
126
Note: See TracBrowser for help on using the repository browser.