2008-03-28 15:45:19 +01:00
|
|
|
From: Tony Jones <tonyj@suse.de>
|
|
|
|
Subject: Disable automatic building of plugins
|
|
|
|
Upsteam: never
|
|
|
|
|
|
|
|
Non builtin plugins is build as part of phase2 by audit-secondary.spec.
|
|
|
|
Conf files for builtins are still installed
|
|
|
|
|
2010-10-08 01:12:17 +02:00
|
|
|
---
|
|
|
|
audisp/plugins/Makefile.am | 2 +-
|
|
|
|
docs/Makefile.am | 3 +--
|
|
|
|
2 files changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
|
|
|
|
--- a/audisp/plugins/Makefile.am
|
|
|
|
+++ b/audisp/plugins/Makefile.am
|
2008-06-25 18:53:54 +02:00
|
|
|
@@ -22,7 +22,7 @@
|
2008-03-28 15:45:19 +01:00
|
|
|
|
2009-11-16 09:56:53 +01:00
|
|
|
CONFIG_CLEAN_FILES = *.loT *.rej *.orig
|
2008-03-28 15:45:19 +01:00
|
|
|
|
2008-06-25 18:53:54 +02:00
|
|
|
-SUBDIRS = builtins zos-remote remote
|
|
|
|
+SUBDIRS = builtins
|
|
|
|
#SUBDIRS = builtins zos-remote
|
2008-03-28 15:45:19 +01:00
|
|
|
if HAVE_PRELUDE
|
|
|
|
SUBDIRS += prelude
|
2010-10-08 01:12:17 +02:00
|
|
|
--- a/docs/Makefile.am
|
|
|
|
+++ b/docs/Makefile.am
|
|
|
|
@@ -53,6 +53,5 @@ ausearch_add_expression.3 ausearch_add_t
|
2008-06-25 18:53:54 +02:00
|
|
|
ausearch_clear.3 \
|
|
|
|
ausearch_next_event.3 ausearch_set_stop.3 \
|
|
|
|
autrace.8 get_auditfail_action.3 set_aumessage_mode.3 \
|
2010-05-05 20:41:24 +02:00
|
|
|
-audispd.8 audispd.conf.5 audispd-zos-remote.8 libaudit.conf.5 \
|
|
|
|
-zos-remote.conf.5
|
|
|
|
+audispd.8 audispd.conf.5 libaudit.conf.5
|
2008-06-25 18:53:54 +02:00
|
|
|
|