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/sysklogd-inst.xml | |
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/sysklogd-inst.xml')
-rw-r--r-- | chapter06/sysklogd-inst.xml | 11 |
1 files changed, 8 insertions, 3 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> |