From 97871b773d8a2ca20b0a7f329604863f0b9f6c96 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 17 Jan 2003 03:56:38 +0000 Subject: Procinfo conversion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/procinfo-dep.xml | 2 ++ appendixa/procinfo-desc.xml | 9 ++++----- appendixa/procinfo-shortdesc.xml | 15 +++++++++++++++ appendixa/procinfo.xml | 1 + chapter06/procinfo-inst.xml | 15 ++++++++++++--- chapter06/procinfo.xml | 5 ++--- entities/procinfo.ent | 2 +- 7 files changed, 37 insertions(+), 12 deletions(-) create mode 100644 appendixa/procinfo-shortdesc.xml diff --git a/appendixa/procinfo-dep.xml b/appendixa/procinfo-dep.xml index 8ffb15c03..b33dc7a84 100644 --- a/appendixa/procinfo-dep.xml +++ b/appendixa/procinfo-dep.xml @@ -1,3 +1,5 @@ +   + Procinfo Installation Dependencies diff --git a/appendixa/procinfo-desc.xml b/appendixa/procinfo-desc.xml index 187d4723c..4c3da431e 100644 --- a/appendixa/procinfo-desc.xml +++ b/appendixa/procinfo-desc.xml @@ -1,11 +1,10 @@ -Contents of Procinfo +   -Last checked against version &procinfo-contversion;. +Descriptions -Program Files -lsdev, procinfo and socklist +Last checked against version &procinfo-contversion;. -Descriptions +Program file descriptions lsdev lsdev gathers information about your computer's installed hardware from diff --git a/appendixa/procinfo-shortdesc.xml b/appendixa/procinfo-shortdesc.xml new file mode 100644 index 000000000..8e897e57a --- /dev/null +++ b/appendixa/procinfo-shortdesc.xml @@ -0,0 +1,15 @@ +Contents of Procinfo + +Last checked against version &procinfo-contversion;. + +The procinfo program gathers system data, such as memory +usage and IRQ numbers, from the /proc +directory and formats this data in a meaningful way. + +Procinfo installs the following: + +Program Files +lsdev, procinfo and socklist + + + diff --git a/appendixa/procinfo.xml b/appendixa/procinfo.xml index 7cdcc6bd4..f8ff84cca 100644 --- a/appendixa/procinfo.xml +++ b/appendixa/procinfo.xml @@ -3,6 +3,7 @@ &aa-procinfo-down; +&aa-procinfo-shortdesc; &aa-procinfo-desc; &aa-procinfo-dep; diff --git a/chapter06/procinfo-inst.xml b/chapter06/procinfo-inst.xml index fde7a6653..40a0030fc 100644 --- a/chapter06/procinfo-inst.xml +++ b/chapter06/procinfo-inst.xml @@ -1,10 +1,19 @@ +   + Installation of Procinfo -Install Procinfo by running the following commands: +Compile Procinfo: + +make LDLIBS=-lncurses + +The -lncurses switch overwrites the +default switch, -ltermcap. This is done +because libtermcap is declared obsolete in favor of libncurses. + +Finish installing the package: -make LDLIBS=-lncurses && -make install +make install diff --git a/chapter06/procinfo.xml b/chapter06/procinfo.xml index 729110829..70eabfca6 100644 --- a/chapter06/procinfo.xml +++ b/chapter06/procinfo.xml @@ -5,9 +5,8 @@ Estimated build time: &procinfo-time; Estimated required disk space: &procinfo-compsize; -&c6-procinfo-inst; -&c6-procinfo-exp; -&aa-procinfo-desc; +&aa-procinfo-shortdesc; &aa-procinfo-dep; +&c6-procinfo-inst; diff --git a/entities/procinfo.ent b/entities/procinfo.ent index bc447c93e..8358920a2 100644 --- a/entities/procinfo.ent +++ b/entities/procinfo.ent @@ -1,13 +1,13 @@ - + -- cgit v1.2.3-54-g00ecf