mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
20f56c70f5
commit
f41cad7dfe
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "13"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2007">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -89,6 +89,7 @@ $Date$
|
||||
<!ENTITY ash-version "0.4.0">
|
||||
<!ENTITY tcsh-version "6.14.00">
|
||||
<!ENTITY zsh-version "4.2.6">
|
||||
<!ENTITY dash-version "0.5.3">
|
||||
|
||||
<!-- Part III -->
|
||||
<!-- Chapter 8 -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 15th, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added the Dash package using a patch provided by
|
||||
Agathoklis Hatzimanikas.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 13th, 2007</para>
|
||||
<itemizedlist>
|
||||
|
@ -203,6 +203,11 @@
|
||||
<emphasis>Manfred Glombowski</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Dash:
|
||||
<emphasis>Agathoklis Hatzimanikas</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>alsa, cvs, dhcpcd, gpm, hdparm, libjpeg, libmng, libpng,
|
||||
libtiff, <!-- libungif, -->giflib, links, lynx, openssl, tcsh,
|
||||
|
162
postlfs/shells/dash.xml
Normal file
162
postlfs/shells/dash.xml
Normal file
@ -0,0 +1,162 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY dash-download-http "http://ftp.debian.org/debian/pool/main/d/dash/dash_0.5.3.orig.tar.gz">
|
||||
<!ENTITY dash-download-ftp " ">
|
||||
<!ENTITY dash-md5sum "1a3cd6669459be4344ec55ec9d4914f8">
|
||||
<!ENTITY dash-size "200 KB">
|
||||
<!ENTITY dash-buildsize "1.8 MB">
|
||||
<!ENTITY dash-time "0.1 SBU">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="dash" xreflabel="Dash-&dash-version;">
|
||||
<?dbhtml filename="dash.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Dash-&dash-version;</title>
|
||||
|
||||
<indexterm zone="dash">
|
||||
<primary sortas="a-Dash">Dash</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Dash</title>
|
||||
|
||||
<para><application>Dash</application> is a POSIX compliant shell. It can be
|
||||
installed as /bin/sh or as the default shell for either <systemitem
|
||||
class="username">root</systemitem> or a second user with a userid of 0. It
|
||||
depends on fewer libraries than the <application>Bash</application> shell
|
||||
and is therefore less likely to be affected by an upgrade problem or disk
|
||||
failure. <application>Dash</application> is also useful for checking that
|
||||
a script is completely compatible with POSIX syntax.</para>
|
||||
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&dash-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&dash-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &dash-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &dash-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &dash-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &dash-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/dash"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Dash</title>
|
||||
|
||||
<para>Install <application>Dash</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --bindir=/bin --mandir=/usr/share/man &&
|
||||
LC_ALL=C make</userinput></screen>
|
||||
|
||||
<!-- <para>Need to include about the test suite.</para> -->
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--bindir=/bin</parameter>: This parameter places the
|
||||
<command>dash</command> binary into the root filesystem.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Dash</title>
|
||||
|
||||
<sect3 id="dash-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<para><application>Dash</application> sources
|
||||
<filename>/etc/profile</filename> and
|
||||
<filename>$HOME/.profile</filename></para>
|
||||
|
||||
<indexterm zone="dash dash-config">
|
||||
<primary sortas="e-etc-profile">/etc/profile</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="dash dash-config">
|
||||
<primary sortas="e-AHOME-.profile">$HOME/.profile</primary>
|
||||
</indexterm>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<para>Update <filename>/etc/shells</filename> to include the
|
||||
<application>Dash</application> shell by issuing the following command
|
||||
as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>cat >> /etc/shells << "EOF"
|
||||
<literal>/bin/dash</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>dash</seg>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Description</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="Dash-prog">
|
||||
<term><command>dash</command></term>
|
||||
<listitem>
|
||||
<para>is a POSIX compliant shell.</para>
|
||||
<indexterm zone="dash Dash-prog">
|
||||
<primary sortas="b-dash">dash</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -23,5 +23,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ash.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcsh.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zsh.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dash.xml"/>
|
||||
|
||||
</chapter>
|
||||
|
Loading…
Reference in New Issue
Block a user