mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Misc. fixes to the ASH instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4799 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
13679edb7a
commit
a4e5c396a1
@ -35,7 +35,7 @@
|
||||
<application>Bash</application> installed in LFS) without any additional
|
||||
features. Bourne Shell is available on most commercial UNIX systems.
|
||||
Hence <command>ash</command> is useful for testing scripts to be
|
||||
<command>sh</command>-compliant. It also has a small memory and space
|
||||
<command>sh</command>-compliant. It also has small memory and space
|
||||
requirements compared to the other <command>sh</command>-compliant
|
||||
shells.</para>
|
||||
|
||||
@ -82,8 +82,8 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -m 755 sh /bin/ash &&
|
||||
install -m 644 sh.1 /usr/share/man/man1/ash.1</userinput></screen>
|
||||
<screen role="root"><userinput>install -v -m 755 sh /bin/ash &&
|
||||
install -v -m 644 sh.1 /usr/share/man/man1/ash.1</userinput></screen>
|
||||
|
||||
<para>If you would like to make <command>ash</command> the default
|
||||
sh shell, make a symlink.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user