mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
50a5d3e2de
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1344 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
671 B
XML
22 lines
671 B
XML
<sect2>
|
|
<title>Installation of <application>Tripwire</application></title>
|
|
|
|
<para>Compile <application>Tripwire</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../tripwire-&tripwire-version;-gcc3-build-fixes.patch &&
|
|
cd src &&
|
|
make release &&
|
|
cd .. &&
|
|
cp install/install.{sh,cfg} .</command></userinput></screen>
|
|
|
|
<para>Install <application>Tripwire</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./install.sh &&
|
|
cp /etc/tripwire/tw.cfg /usr/sbin &&
|
|
cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|