forked from pool/audit
30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
From: Tony Jones <tonyj@suse.de>
|
|
Subject: Disable system-config-audit
|
|
Upsteam: never
|
|
|
|
Disable system-config-audit. A Yast equivalent would be useful though.
|
|
|
|
--- audit-1.6.8/configure.ac.old 2007-07-25 02:13:48.399097000 +0200
|
|
+++ audit-1.6.8/configure.ac 2007-07-25 02:14:25.113347000 +0200
|
|
@@ -108,7 +108,6 @@
|
|
fi
|
|
AM_CONDITIONAL(HAVE_PRELUDE, test x$have_prelude = xyes)
|
|
|
|
-AC_CONFIG_SUBDIRS([system-config-audit])
|
|
AC_OUTPUT(Makefile lib/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile audisp/plugins/Makefile audisp/plugins/builtins/Makefile audisp/plugins/prelude/Makefile audisp/plugins/remote/Makefile audisp/plugins/zos-remote/Makefile bindings/Makefile bindings/python/Makefile tools/Makefile tools/aulastlog/Makefile)
|
|
|
|
echo .
|
|
|
|
--- audit-1.6.8/Makefile.am.old 2008-02-29 21:53:11.791067000 +0100
|
|
+++ audit-1.6.8/Makefile.am 2008-02-29 21:53:24.682161000 +0100
|
|
@@ -22,7 +22,7 @@
|
|
#
|
|
|
|
SUBDIRS = lib auparse src/mt src audisp tools swig bindings init.d \
|
|
- docs system-config-audit
|
|
+ docs
|
|
EXTRA_DIST = ChangeLog AUTHORS NEWS README README-install audit.spec \
|
|
contrib/capp.rules contrib/nispom.rules contrib/lspp.rules \
|
|
contrib/skeleton.c contrib/avc_snap contrib/avc_syslog \
|
|
|