glfs/postlfs/security/tripwire/tripwire-exp.xml

21 lines
736 B
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><command>ln -s make /usr/bin/gmake</command> : The reason we create the
<command>gmake</command> symlink is that <application>Tripwire</application>
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
<application>Tripwire</application> binaries.</para>
<para><command>cp install.{sh,cfg} .</command> : These are copied to the main
<application>Tripwire</application> 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>