2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2001-04-04 00:39:14 +01:00
|
|
|
<para>
|
|
|
|
<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|' configure...:</userinput>
|
|
|
|
This fixes a little problem in man's configure. The configure-script
|
|
|
|
looks for files like cat, gunzip, bzip2, etc. in a for-loop that
|
|
|
|
walks through a specified path. The splitting of the path is not done
|
|
|
|
correctly and needs that fix.
|
|
|
|
</para>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<para>
|
|
|
|
<userinput>-default:</userinput> This configures the man package with
|
|
|
|
default settings.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis >
|
|
|
|
makewhatis-new:</userinput> This modifies /usr/sbin/makewhatis's AWK
|
|
|
|
variable and fills in the location of the mawk program.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<userinput>chmod 755 /usr/sbin/makewhatis:</userinput> This makes the
|
|
|
|
makewhatis script executable again.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|