mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
882d247abb
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@877 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
781 B
XML
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 &&
|
|
export PATH=/opt/gcc2/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</userinput></screen></para>
|
|
|
|
<para>Reverse the modifications made above:
|
|
<screen><userinput>rm /usr/bin/gmake &&
|
|
export PATH=$PATH_HOLD</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|