mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
e10eed3757
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1895 af4574ff-66df-0310-9fd7-8a98e5e911e0
23 lines
834 B
XML
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 &&
|
|
make -C src release &&
|
|
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 &&
|
|
cp /etc/tripwire/tw.cfg /usr/sbin &&
|
|
cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|