mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Corrected tcsh man page installation
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1747 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4772256ecf
commit
3195d5cbc7
@ -11,6 +11,9 @@ who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>January 31st, 2004 [tushar]: Corrected man
|
||||||
|
page installation for tcsh.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>January 31st, 2004 [tushar]: Added link
|
<listitem><para>January 31st, 2004 [tushar]: Added link
|
||||||
to Linux PAM Modules page. Closes bug 362.</para></listitem>
|
to Linux PAM Modules page. Closes bug 362.</para></listitem>
|
||||||
|
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Command explanations</title>
|
<title>Command explanations</title>
|
||||||
|
|
||||||
<para><command>cp tcsh.man /usr/share/man/man1/tcsh.1</command>:
|
<para><command>ln -sf /usr/bin/tcsh /bin/csh</command>: The
|
||||||
<application>Tcsh</application> doesn't install its man page correctly, so we do it manually.</para>
|
|
||||||
|
|
||||||
<para><command>ln -s /usr/bin/tcsh /bin/csh</command>: The
|
|
||||||
<acronym>FHS</acronym> states that
|
<acronym>FHS</acronym> states that
|
||||||
if there is a <application>C</application> shell installed, there should be a symlink from
|
if there is a <application>C</application> shell installed, there should be a symlink from
|
||||||
<filename>/bin/csh</filename> to it. This creates that symlink.</para>
|
<filename>/bin/csh</filename> to it. This creates that symlink.</para>
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<screen><userinput><command>./configure --prefix=/usr &&
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||||||
make &&
|
make &&
|
||||||
make install &&
|
make install &&
|
||||||
cp tcsh.man /usr/share/man/man1/tcsh.1 &&
|
make install.man &&
|
||||||
ln -s /usr/bin/tcsh /bin/csh</command></userinput></screen>
|
ln -sf /usr/bin/tcsh /bin/csh</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user