mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
a75063d4ec
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1223 af4574ff-66df-0310-9fd7-8a98e5e911e0
28 lines
895 B
XML
28 lines
895 B
XML
<sect2>
|
|
<title>Installation of <application>Tripwire</application></title>
|
|
|
|
<para>Download the patch for <application>Tripwire</application> config from
|
|
<ulink url="&hfile-root;"/>.</para>
|
|
|
|
<para>Install <application>Tripwire</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>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</command></userinput></screen>
|
|
|
|
<para>Reverse the modifications made above:</para>
|
|
<screen><userinput><command>rm /usr/bin/gmake &&
|
|
export PATH=$PATH_HOLD</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|