From 97b53b5da151c02173259306f5ae4a375be96766 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 10 Jan 2005 18:49:09 +0000 Subject: [PATCH] Added index tags to the ASH instructions; updated template git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3245 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/j2sdk.xml | 3 +- introduction/welcome/changelog.xml | 4 +- postlfs/shells/ash.xml | 66 +++++++++++++++++++----------- template/template.xml | 2 +- 4 files changed, 47 insertions(+), 28 deletions(-) diff --git a/general/prog/j2sdk.xml b/general/prog/j2sdk.xml index d896a99afa..61f84ecc6c 100644 --- a/general/prog/j2sdk.xml +++ b/general/prog/j2sdk.xml @@ -84,7 +84,8 @@ url="&j2sdk-download-ftp;"/> - (Only required if /bin/sh is symlinked to ) + +(Only required if /bin/sh is symlinked to ) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 94a67f1b06..c3d1dc2c36 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -25,8 +25,8 @@ who wrote what. January 10th, 2005 [igor]: Updated to OpenLDAP-2.2.20. -January 10th, 2005 [randy]: Updated to -Sendmail-8.13.2. +January 10th, 2005 [randy]: Updated to Sendmail-8.13.2; +added index tags to the ASH instructions. January 9th, 2005 [larry]: Updated to GnuPG-1.4.0. diff --git a/postlfs/shells/ash.xml b/postlfs/shells/ash.xml index 9cc6d7c07c..8a1f8723c6 100644 --- a/postlfs/shells/ash.xml +++ b/postlfs/shells/ash.xml @@ -8,29 +8,31 @@ - + - ]> - + $LastChangedBy$ $Date$ ASH-&ash-version; + +ASH Introduction to <application>ASH</application> -ash is a shell that is the most compliant with the -Bourne Shell (not to be confused with Bourne Again SHell i.e., Bash -installed in LFS) without any additional features. -Bourne Shell is available on most commercial -UNIX systems. Hence ash is useful for testing -scripts to be sh-compliant. It also has a small memory and space requirements -compared to the other sh-compliant shells. +ash is a shell that is the most compliant with the +Bourne Shell (not to be confused with Bourne Again SHell i.e., +Bash installed in LFS) without +any additional features. Bourne Shell is available on most commercial +UNIX systems. Hence ash is useful for +testing scripts to be sh-compliant. It also has a small +memory and space requirements compared to the other +sh-compliant shells. Package information @@ -48,7 +50,8 @@ url="&ash-download-ftp;"/> Additional downloads Required Patch: +url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/> + @@ -57,14 +60,16 @@ url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/> Installation of <application>ASH</application> -Install ASH by running the following commands: +Install ASH by running the following +commands: patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch && make && install -m 755 sh /bin/ash && install -m 644 sh.1 /usr/share/man/man1/ash.1 -If you would like to make ash the default sh shell, make a symlink. +If you would like to make ash the default sh shell, +make a symlink. ln -sf ash /bin/sh @@ -74,25 +79,38 @@ install -m 644 sh.1 /usr/share/man/man1/ash.1 Configuring <application>ASH</application> Config files -ASH sources /etc/profile -and $HOME/.profile +ASH sources +/etc/profile + +/etc/profile +and $HOME/.profile + +$HOME/.profile Contents + +Installed Program + +ash + + -The ASH package contains ash, -a sh compliant shell. + +Short Descriptions + - - -Description - -ash -ash is a sh-compliant shell. - + +ash +is a sh-compliant shell. + +ash + + + diff --git a/template/template.xml b/template/template.xml index 424ee5b058..e8535eeacb 100644 --- a/template/template.xml +++ b/template/template.xml @@ -24,7 +24,7 @@ <application>TEMPLATE</application>-&TEMPLATE-version; -TEMPLATE +TEMPLATE Introduction to <application>TEMPLATE</application>