glfs/postlfs/security/tripwire/tripwire-inst.xml
Larry Lawrence 882d247abb edits to tripwire
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@877 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-23 18:06:21 +00:00

26 lines
781 B
XML

<sect2>
<title>Installation of tripwire</title>
<para>Download the patch for tripwire config from <ulink url="&hfile-root;"/>.</para>
<para>Install tripwire by running the following commands:</para>
<para><screen><userinput>export PATH_HOLD=$PATH &amp;&amp;
export PATH=/opt/gcc2/bin:$PATH &amp;&amp;
ln -s make /usr/bin/gmake &amp;&amp;
cd src &amp;&amp;
gmake release &amp;&amp;
cd .. &amp;&amp;
cp install/install.{sh,cfg} . &amp;&amp;
patch -Np0 -i ../tripwire-cfg.patch &amp;&amp;
./install.sh &amp;&amp;
cp /etc/tripwire/tw.cfg /usr/sbin &amp;&amp;
cp policy/*.txt /usr/share/doc/tripwire</userinput></screen></para>
<para>Reverse the modifications made above:
<screen><userinput>rm /usr/bin/gmake &amp;&amp;
export PATH=$PATH_HOLD</userinput></screen></para>
</sect2>