mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Removed man-exp.xml file - the man patch does the work now, so the
commands explained in the file are obsolete git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cea989b674
commit
fc776bcf76
@ -1,29 +0,0 @@
|
|||||||
<sect2>
|
|
||||||
<title>Command explanations</title>
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
|||||||
<title>Installing Man</title>
|
<title>Installing Man</title>
|
||||||
|
|
||||||
&c6-man-inst;
|
&c6-man-inst;
|
||||||
&c6-man-exp;
|
|
||||||
&aa-man-desc;
|
&aa-man-desc;
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -262,7 +262,6 @@
|
|||||||
<!ENTITY c6-shadowpwd-exp SYSTEM "intel/chapter6/shadowpwd-exp.xml">
|
<!ENTITY c6-shadowpwd-exp SYSTEM "intel/chapter6/shadowpwd-exp.xml">
|
||||||
<!ENTITY c6-man SYSTEM "intel/chapter6/man.xml">
|
<!ENTITY c6-man SYSTEM "intel/chapter6/man.xml">
|
||||||
<!ENTITY c6-man-inst SYSTEM "intel/chapter6/man-inst.xml">
|
<!ENTITY c6-man-inst SYSTEM "intel/chapter6/man-inst.xml">
|
||||||
<!ENTITY c6-man-exp SYSTEM "intel/chapter6/man-exp.xml">
|
|
||||||
<!ENTITY c6-modutils SYSTEM "intel/chapter6/modutils.xml">
|
<!ENTITY c6-modutils SYSTEM "intel/chapter6/modutils.xml">
|
||||||
<!ENTITY c6-modutils-inst SYSTEM "intel/chapter6/modutils-inst.xml">
|
<!ENTITY c6-modutils-inst SYSTEM "intel/chapter6/modutils-inst.xml">
|
||||||
<!ENTITY c6-procinfo SYSTEM "intel/chapter6/procinfo.xml">
|
<!ENTITY c6-procinfo SYSTEM "intel/chapter6/procinfo.xml">
|
||||||
|
Loading…
Reference in New Issue
Block a user