diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps-inst.xml | 24 | ||||
-rw-r--r-- | chapter06/procps.xml | 5 |
2 files changed, 21 insertions, 8 deletions
diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index a487f79d9..619457799 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -1,14 +1,28 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Procps</title> <para>This package requires its patch to be applied before you can -install it.</para> +install it. This patch fixes a locale problem that makes +<userinput>w</userinput> crash under certain locale settings. Apply +the patch:</para> + +<para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch</userinput></screen></para> + +<para>Compile Procps:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>Finish installing the package:</para> -<para>Install Procps by running the following commands:</para> +<para><screen><userinput>make XSCPT="" install</userinput></screen></para> -<para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch && -make && -make XSCPT="" install</userinput></screen></para> +<para>The <emphasis>XSCPT</emphasis> option will set the Makefile +variable XSCPT to an empty value so that XConsole installation is +disabled. Otherwise, <userinput>make install</userinput> tries to +copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That +directory does not exist because X is not installed.</para> </sect2> diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 308d9df58..eb28a8f76 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -5,9 +5,8 @@ <screen>Estimated build time: &procps-time; Estimated required disk space: &procps-compsize;</screen> -&c6-procps-inst; -&c6-procps-exp; -&aa-procps-desc; +&aa-procps-shortdesc; &aa-procps-dep; +&c6-procps-inst; </sect1> |