source: postlfs/shells/dash.xml@ f41cad7d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 f41cad7d was f41cad7d, checked in by Randy McMurchy <randy@…>, 17 years ago

Added the Dash package using a patch provided by Agathoklis Hatzimanikas

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

  • Property mode set to 100644
File size: 4.8 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 dash-download-http "http://ftp.debian.org/debian/pool/main/d/dash/dash_0.5.3.orig.tar.gz">
8 <!ENTITY dash-download-ftp " ">
9 <!ENTITY dash-md5sum "1a3cd6669459be4344ec55ec9d4914f8">
10 <!ENTITY dash-size "200 KB">
11 <!ENTITY dash-buildsize "1.8 MB">
12 <!ENTITY dash-time "0.1 SBU">
13
14]>
15
16<sect1 id="dash" xreflabel="Dash-&dash-version;">
17 <?dbhtml filename="dash.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Dash-&dash-version;</title>
25
26 <indexterm zone="dash">
27 <primary sortas="a-Dash">Dash</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Dash</title>
32
33 <para><application>Dash</application> is a POSIX compliant shell. It can be
34 installed as /bin/sh or as the default shell for either <systemitem
35 class="username">root</systemitem> or a second user with a userid of 0. It
36 depends on fewer libraries than the <application>Bash</application> shell
37 and is therefore less likely to be affected by an upgrade problem or disk
38 failure. <application>Dash</application> is also useful for checking that
39 a script is completely compatible with POSIX syntax.</para>
40
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&dash-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&dash-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &dash-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &dash-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &dash-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &dash-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/dash"/></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of Dash</title>
71
72 <para>Install <application>Dash</application> by running the following
73 commands:</para>
74
75<screen><userinput>./configure --bindir=/bin --mandir=/usr/share/man &amp;&amp;
76LC_ALL=C make</userinput></screen>
77
78 <!-- <para>Need to include about the test suite.</para> -->
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install</userinput></screen>
83
84 </sect2>
85
86 <sect2 role="commands">
87 <title>Command Explanations</title>
88
89 <para><parameter>--bindir=/bin</parameter>: This parameter places the
90 <command>dash</command> binary into the root filesystem.</para>
91 </sect2>
92
93 <sect2 role="configuration">
94 <title>Configuring Dash</title>
95
96 <sect3 id="dash-config">
97 <title>Config Files</title>
98
99 <para><application>Dash</application> sources
100 <filename>/etc/profile</filename> and
101 <filename>$HOME/.profile</filename></para>
102
103 <indexterm zone="dash dash-config">
104 <primary sortas="e-etc-profile">/etc/profile</primary>
105 </indexterm>
106
107 <indexterm zone="dash dash-config">
108 <primary sortas="e-AHOME-.profile">$HOME/.profile</primary>
109 </indexterm>
110
111 </sect3>
112
113 <sect3>
114 <title>Configuration Information</title>
115
116 <para>Update <filename>/etc/shells</filename> to include the
117 <application>Dash</application> shell by issuing the following command
118 as the <systemitem class="username">root</systemitem> user:</para>
119
120<screen role="root"><userinput>cat &gt;&gt; /etc/shells &lt;&lt; "EOF"
121<literal>/bin/dash</literal>
122EOF</userinput></screen>
123
124 </sect3>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>dash</seg>
138 <seg>None</seg>
139 <seg>None</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Description</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="Dash-prog">
149 <term><command>dash</command></term>
150 <listitem>
151 <para>is a POSIX compliant shell.</para>
152 <indexterm zone="dash Dash-prog">
153 <primary sortas="b-dash">dash</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.