2003-04-04 10:39:23 +08:00
|
|
|
<sect2>
|
2003-09-27 02:58:36 +08:00
|
|
|
<title>Installation of <application>Tripwire</application></title>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
2003-09-27 02:58:36 +08:00
|
|
|
<para>Download the patch for <application>Tripwire</application> config from
|
2003-09-13 23:01:40 +08:00
|
|
|
<ulink url="&hfile-root;"/>.</para>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
2003-09-27 02:58:36 +08:00
|
|
|
<para>Install <application>Tripwire</application> by running the following
|
2003-09-13 23:01:40 +08:00
|
|
|
commands:</para>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
2003-09-13 23:01:40 +08:00
|
|
|
<screen><userinput><command>export PATH_HOLD=$PATH &&
|
|
|
|
export PATH=/opt/gcc-2.95.3/bin:$PATH &&
|
2003-04-04 10:39:23 +08:00
|
|
|
ln -s make /usr/bin/gmake &&
|
|
|
|
cd src &&
|
|
|
|
gmake release &&
|
2003-04-24 02:06:21 +08:00
|
|
|
cd .. &&
|
2003-04-04 10:39:23 +08:00
|
|
|
cp install/install.{sh,cfg} . &&
|
2003-04-24 02:06:21 +08:00
|
|
|
patch -Np0 -i ../tripwire-cfg.patch &&
|
2003-04-04 10:39:23 +08:00
|
|
|
./install.sh &&
|
|
|
|
cp /etc/tripwire/tw.cfg /usr/sbin &&
|
2003-09-13 23:01:40 +08:00
|
|
|
cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
|
2003-04-24 02:06:21 +08:00
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<para>Reverse the modifications made above:</para>
|
2003-09-13 23:01:40 +08:00
|
|
|
<screen><userinput><command>rm /usr/bin/gmake &&
|
2003-09-28 02:46:10 +08:00
|
|
|
export PATH=$PATH_HOLD</command></userinput></screen>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|