Installation of Tripwire
Download the patch for Tripwire config from
.
Install Tripwire by running the following
commands:
export PATH_HOLD=$PATH &&
export PATH=/opt/gcc-2.95.3/bin:$PATH &&
ln -s make /usr/bin/gmake &&
cd src &&
gmake release &&
cd .. &&
cp install/install.{sh,cfg} . &&
patch -Np0 -i ../tripwire-cfg.patch &&
./install.sh &&
cp /etc/tripwire/tw.cfg /usr/sbin &&
cp policy/*.txt /usr/share/doc/tripwire
Reverse the modifications made above:
rm /usr/bin/gmake &&
export PATH=$PATH_HOLD