blob: 8cab2809b4b8751e72f00e27290a5b4d1e736fed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<sect2>
<title>Installation of Sysklogd</title>
<para>
Install Sysklogd by running the following commands:
</para>
<blockquote><literallayout>
<userinput>patch -Np1 -i ../sysklogd-1.4.patch
&&</userinput>
<userinput>make &&</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>
|