glfs/postlfs/security/tripwire/tripwire-exp.xml
Larry Lawrence 8f44fa0313 tripwire and pam edits
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1056 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-13 15:01:40 +00:00

19 lines
635 B
XML

<sect2>
<title>Command explanations</title>
<para><command>ln -s make /usr/bin/gmake</command> : The reason we create the
gmake symlink is that tripwire will only install if the symlink is present. It
may be safely removed after installation.</para>
<para><command>gmake release</command> : This command creates the tripwire
binaries.</para>
<para><command>cp install.{sh,cfg} .</command> : These are copied to the main
tripwire directory so that the script can be used to install the package.</para>
<para><command>cp policy/*.txt /usr/share/doc/tripwire</command> : This command
installs the documentation.</para>
</sect2>