forked from pool/audit
29 lines
956 B
Diff
29 lines
956 B
Diff
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
|
|
|
|
--- audit-1.7.2/audisp/plugins/Makefile.am.orig 2008-04-22 17:20:29.022441000 +0200
|
|
+++ audit-1.7.2/audisp/plugins/Makefile.am 2008-04-22 17:20:36.657804000 +0200
|
|
@@ -22,7 +22,7 @@
|
|
|
|
CONFIG_CLEAN_FILES = Makefile.in *.loT *.rej *.orig
|
|
|
|
-SUBDIRS = builtins zos-remote remote
|
|
+SUBDIRS = builtins
|
|
#SUBDIRS = builtins zos-remote
|
|
if HAVE_PRELUDE
|
|
SUBDIRS += prelude
|
|
|
|
--- audit-1.7.2/docs/Makefile.am.orig 2008-04-22 17:21:45.409978000 +0200
|
|
+++ audit-1.7.2/docs/Makefile.am 2008-04-22 17:21:59.923451000 +0200
|
|
@@ -49,5 +49,5 @@
|
|
ausearch_clear.3 \
|
|
ausearch_next_event.3 ausearch_set_stop.3 \
|
|
autrace.8 get_auditfail_action.3 set_aumessage_mode.3 \
|
|
-audispd.8 audispd.conf.5 audispd-zos-remote.8 zos-remote.conf.5
|
|
+audispd.8 audispd.conf.5
|
|
|