glfs/postlfs/security/tripwire/tripwire-inst.xml
Larry Lawrence c62afe4bd2 really add tripwire
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@803 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-04 02:39:23 +00:00

23 lines
672 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;
cp install/install.{sh,cfg} . &amp;&amp;
patch -Np1 -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 &amp;&amp;
rm /usr/bin/gmake
export PATH=$PATH_HOLD</userinput></screen></para>
</sect2>