mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
c62afe4bd2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@803 af4574ff-66df-0310-9fd7-8a98e5e911e0
23 lines
672 B
XML
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 &&
|
|
export PATH=/opt/gcc2/bin:$PATH &&
|
|
ln -s make /usr/bin/gmake &&
|
|
cd src &&
|
|
gmake release &&
|
|
cp install/install.{sh,cfg} . &&
|
|
patch -Np1 -i ../tripwire-cfg.patch &&
|
|
./install.sh &&
|
|
cp /etc/tripwire/tw.cfg /usr/sbin &&
|
|
cp policy/*.txt /usr/share/doc/tripwire &&
|
|
rm /usr/bin/gmake
|
|
export PATH=$PATH_HOLD</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|