2002-07-15 04:51:13 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-08-31 06:48:04 +08:00
|
|
|
<para><command>cp tcsh.man /usr/share/man/man1/tcsh.1</command> :
|
|
|
|
<application>tcsh</application> doesn't install its man page correctly, so we do it manually.</para>
|
2002-07-15 04:51:13 +08:00
|
|
|
|
2003-08-31 06:48:04 +08:00
|
|
|
<para><command>ln -s /usr/bin/tcsh /bin/csh</command> : The
|
|
|
|
<acronym>FHS</acronym> states that
|
2002-07-15 04:51:13 +08:00
|
|
|
if there is a C shell installed, there should be a symlink from
|
|
|
|
<filename>/bin/csh</filename> to it. This creates that symlink.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|