diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:59:37 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:59:37 +0000 |
commit | a2a2d3809eb848eb5d0ec70616331b4907d6180b (patch) | |
tree | ddf08bf7650a1a2f0566ccf4e486936bf1704b8e /chapter06 | |
parent | 4d0f87868de136580940bf4449e08bc83d627a43 (diff) |
Sysklogd conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sysklogd-inst.xml | 11 | ||||
-rw-r--r-- | chapter06/sysklogd.xml | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/chapter06/sysklogd-inst.xml b/chapter06/sysklogd-inst.xml index ea209b143..1b8de125d 100644 --- a/chapter06/sysklogd-inst.xml +++ b/chapter06/sysklogd-inst.xml @@ -1,10 +1,15 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Sysklogd</title> -<para>Install Sysklogd by running the following commands:</para> +<para>Prepare Sysklogd to be compiled:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>Finish installing the package:</para> -<para><screen><userinput>make && -make install</userinput></screen></para> +<para><screen><userinput>make install</userinput></screen></para> </sect2> diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 517188595..aba692da0 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -5,8 +5,8 @@ <screen>Estimated build time: &sysklogd-time; Estimated required disk space: &sysklogd-compsize;</screen> -&c6-sysklogd-inst; -&aa-sysklogd-desc; +&aa-sysklogd-shortdesc; &aa-sysklogd-dep; +&c6-sysklogd-inst; </sect1> |