29 lines
1.3 KiB
Diff
29 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.5.5/configure.ac.old 2007-07-25 02:13:48.399097000 +0200
|
||
|
+++ audit-1.5.5/configure.ac 2007-07-25 02:14:25.113347000 +0200
|
||
|
@@ -108,7 +108,6 @@
|
||
|
if test x$use_apparmor != xno ; then
|
||
|
AC_DEFINE(WITH_APPARMOR,1,[Define if you want to enable AppArmor events.])fi
|
||
|
|
||
|
-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 bindings/Makefile bindings/python/Makefile)
|
||
|
|
||
|
echo .
|
||
|
|
||
|
--- audit-1.5.5/Makefile.am.old 2007-07-25 02:14:02.108373000 +0200
|
||
|
+++ audit-1.5.5/Makefile.am 2007-07-25 02:14:34.180268000 +0200
|
||
|
@@ -21,7 +21,7 @@
|
||
|
# Rickard E. (Rik) Faith <faith@redhat.com>
|
||
|
#
|
||
|
|
||
|
-SUBDIRS = lib auparse src/mt src audisp swig bindings init.d docs system-config-audit
|
||
|
+SUBDIRS = lib auparse src/mt src audisp swig bindings init.d docs
|
||
|
EXTRA_DIST = ChangeLog AUTHORS NEWS README sample.rules contrib/capp.rules contrib/nispom.rules contrib/lspp.rules contrib/skeleton.c README-install audit.spec
|
||
|
CONFIG_CLEAN_FILES = Makefile.in aclocal.m4* config.h.* configure debug*.list config/*
|
||
|
|