aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/audit/INSTALL.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/audit/INSTALL.tmp')
-rw-r--r--framework/src/audit/INSTALL.tmp11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/src/audit/INSTALL.tmp b/framework/src/audit/INSTALL.tmp
deleted file mode 100644
index d1e4e5af..00000000
--- a/framework/src/audit/INSTALL.tmp
+++ /dev/null
@@ -1,11 +0,0 @@
-To build the package, try this: rpmbuild --rebuild audit-1.7.5-1.src.rpm
-substituting the proper version.
-
-If you insist on doing it the hard way:
-./configure --sbindir=/sbin --with-python=yes --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes
-make
-make install
-
-If you want to do this from a svn copy, precede the above with:
-./autogen.sh
-