glfs/postlfs/security/tripwire/tripwire-inst.xml
Tushar Teredesai e10eed3757 Simplified tripwire instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1895 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-14 23:45:20 +00:00

23 lines
834 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 &amp;&amp;
make -C src release &amp;&amp;
cp install/install.{sh,cfg} .</command></userinput></screen>
<para>The default configuration is to use a local MTA. If you don't have
a MTA installed and have no wish to install one, modify the
<filename>install.cfg</filename> to use an SMTP server instead.
Install <application>Tripwire</application> by running the following
commands:</para>
<screen><userinput><command>./install.sh &amp;&amp;
cp /etc/tripwire/tw.cfg /usr/sbin &amp;&amp;
cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
</sect2>