blob: 396c47b6d68e5a7ff80a20d18d5bfb29a12bb52b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<sect2>
<title>Command explanations</title>
<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>
|