Steve Grubb 098336
diff -ur audit-1.7.8.orig/audisp/plugins/zos-remote/Makefile.am audit-1.7.8/audisp/plugins/zos-remote/Makefile.am
Steve Grubb 098336
--- audit-1.7.8.orig/audisp/plugins/zos-remote/Makefile.am	2008-09-28 13:26:34.000000000 -0400
Steve Grubb 098336
+++ audit-1.7.8/audisp/plugins/zos-remote/Makefile.am	2008-10-16 15:29:06.000000000 -0400
Steve Grubb 098336
@@ -22,7 +22,6 @@
Steve Grubb 098336
 
Steve Grubb 098336
 INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib -I${top_srcdir}/auparse
Steve Grubb 098336
 CONFIG_CLEAN_FILES = *.rej *.orig
Steve Grubb 098336
-SUBDIRS = policy
Steve Grubb 098336
 AUTOMAKE_OPTIONS = no-dependencies
Steve Grubb 098336
 EXTRA_DIST = zos-remote.conf audispd-zos-remote.conf
Steve Grubb 098336
 LIBS = -L${top_builddir}/auparse -lauparse
Steve Grubb 098336
diff -ur audit-1.7.8.orig/audisp/plugins/zos-remote/Makefile.in audit-1.7.8/audisp/plugins/zos-remote/Makefile.in
Steve Grubb 098336
--- audit-1.7.8.orig/audisp/plugins/zos-remote/Makefile.in	2008-09-28 13:27:01.000000000 -0400
Steve Grubb 098336
+++ audit-1.7.8/audisp/plugins/zos-remote/Makefile.in	2008-10-16 15:29:25.000000000 -0400
Steve Grubb 098336
@@ -97,19 +97,9 @@
Steve Grubb 098336
 	$(LDFLAGS) -o $@
Steve Grubb 098336
 SOURCES = $(audispd_zos_remote_SOURCES)
Steve Grubb 098336
 DIST_SOURCES = $(audispd_zos_remote_SOURCES)
Steve Grubb 098336
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
Steve Grubb 098336
-	html-recursive info-recursive install-data-recursive \
Steve Grubb 098336
-	install-dvi-recursive install-exec-recursive \
Steve Grubb 098336
-	install-html-recursive install-info-recursive \
Steve Grubb 098336
-	install-pdf-recursive install-ps-recursive install-recursive \
Steve Grubb 098336
-	installcheck-recursive installdirs-recursive pdf-recursive \
Steve Grubb 098336
-	ps-recursive uninstall-recursive
Steve Grubb 098336
 HEADERS = $(noinst_HEADERS)
Steve Grubb 098336
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Steve Grubb 098336
-  distclean-recursive maintainer-clean-recursive
Steve Grubb 098336
 ETAGS = etags
Steve Grubb 098336
 CTAGS = ctags
Steve Grubb 098336
-DIST_SUBDIRS = $(SUBDIRS)
Steve Grubb 098336
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Steve Grubb 098336
 ACLOCAL = @ACLOCAL@
Steve Grubb 098336
 AMTAR = @AMTAR@
Steve Grubb 098336
@@ -237,7 +227,6 @@
Steve Grubb 098336
 top_srcdir = @top_srcdir@
Steve Grubb 098336
 INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib -I${top_srcdir}/auparse
Steve Grubb 098336
 CONFIG_CLEAN_FILES = *.rej *.orig
Steve Grubb 098336
-SUBDIRS = policy
Steve Grubb 098336
 AUTOMAKE_OPTIONS = no-dependencies
Steve Grubb 098336
 EXTRA_DIST = zos-remote.conf audispd-zos-remote.conf
Steve Grubb 098336
 LDADD = -lpthread -lldap -llber 
Steve Grubb 098336
@@ -252,7 +241,7 @@
Steve Grubb 098336
 	zos-remote-ldap.c zos-remote-config.c zos-remote-queue.c
Steve Grubb 098336
 
Steve Grubb 098336
 audispd_zos_remote_CFLAGS = -W -Wall -Wundef -D_GNU_SOURCE
Steve Grubb 098336
-all: all-recursive
Steve Grubb 098336
+all: all-am
Steve Grubb 098336
 
Steve Grubb 098336
 .SUFFIXES:
Steve Grubb 098336
 .SUFFIXES: .c .lo .o .obj
Steve Grubb 098336
@@ -368,76 +357,6 @@
Steve Grubb 098336
 clean-libtool:
Steve Grubb 098336
 	-rm -rf .libs _libs
Steve Grubb 098336
 
Steve Grubb 098336
-# This directory's subdirectories are mostly independent; you can cd
Steve Grubb 098336
-# into them and run `make' without going through this Makefile.
Steve Grubb 098336
-# To change the values of `make' variables: instead of editing Makefiles,
Steve Grubb 098336
-# (1) if the variable is set in `config.status', edit `config.status'
Steve Grubb 098336
-#     (which will cause the Makefiles to be regenerated when you run `make');
Steve Grubb 098336
-# (2) otherwise, pass the desired values on the `make' command line.
Steve Grubb 098336
-$(RECURSIVE_TARGETS):
Steve Grubb 098336
-	@failcom='exit 1'; \
Steve Grubb 098336
-	for f in x $$MAKEFLAGS; do \
Steve Grubb 098336
-	  case $$f in \
Steve Grubb 098336
-	    *=* | --[!k]*);; \
Steve Grubb 098336
-	    *k*) failcom='fail=yes';; \
Steve Grubb 098336
-	  esac; \
Steve Grubb 098336
-	done; \
Steve Grubb 098336
-	dot_seen=no; \
Steve Grubb 098336
-	target=`echo $@ | sed s/-recursive//`; \
Steve Grubb 098336
-	list='$(SUBDIRS)'; for subdir in $$list; do \
Steve Grubb 098336
-	  echo "Making $$target in $$subdir"; \
Steve Grubb 098336
-	  if test "$$subdir" = "."; then \
Steve Grubb 098336
-	    dot_seen=yes; \
Steve Grubb 098336
-	    local_target="$$target-am"; \
Steve Grubb 098336
-	  else \
Steve Grubb 098336
-	    local_target="$$target"; \
Steve Grubb 098336
-	  fi; \
Steve Grubb 098336
-	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Steve Grubb 098336
-	  || eval $$failcom; \
Steve Grubb 098336
-	done; \
Steve Grubb 098336
-	if test "$$dot_seen" = "no"; then \
Steve Grubb 098336
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Steve Grubb 098336
-	fi; test -z "$$fail"
Steve Grubb 098336
-
Steve Grubb 098336
-$(RECURSIVE_CLEAN_TARGETS):
Steve Grubb 098336
-	@failcom='exit 1'; \
Steve Grubb 098336
-	for f in x $$MAKEFLAGS; do \
Steve Grubb 098336
-	  case $$f in \
Steve Grubb 098336
-	    *=* | --[!k]*);; \
Steve Grubb 098336
-	    *k*) failcom='fail=yes';; \
Steve Grubb 098336
-	  esac; \
Steve Grubb 098336
-	done; \
Steve Grubb 098336
-	dot_seen=no; \
Steve Grubb 098336
-	case "$@" in \
Steve Grubb 098336
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Steve Grubb 098336
-	  *) list='$(SUBDIRS)' ;; \
Steve Grubb 098336
-	esac; \
Steve Grubb 098336
-	rev=''; for subdir in $$list; do \
Steve Grubb 098336
-	  if test "$$subdir" = "."; then :; else \
Steve Grubb 098336
-	    rev="$$subdir $$rev"; \
Steve Grubb 098336
-	  fi; \
Steve Grubb 098336
-	done; \
Steve Grubb 098336
-	rev="$$rev ."; \
Steve Grubb 098336
-	target=`echo $@ | sed s/-recursive//`; \
Steve Grubb 098336
-	for subdir in $$rev; do \
Steve Grubb 098336
-	  echo "Making $$target in $$subdir"; \
Steve Grubb 098336
-	  if test "$$subdir" = "."; then \
Steve Grubb 098336
-	    local_target="$$target-am"; \
Steve Grubb 098336
-	  else \
Steve Grubb 098336
-	    local_target="$$target"; \
Steve Grubb 098336
-	  fi; \
Steve Grubb 098336
-	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Steve Grubb 098336
-	  || eval $$failcom; \
Steve Grubb 098336
-	done && test -z "$$fail"
Steve Grubb 098336
-tags-recursive:
Steve Grubb 098336
-	list='$(SUBDIRS)'; for subdir in $$list; do \
Steve Grubb 098336
-	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
Steve Grubb 098336
-	done
Steve Grubb 098336
-ctags-recursive:
Steve Grubb 098336
-	list='$(SUBDIRS)'; for subdir in $$list; do \
Steve Grubb 098336
-	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
Steve Grubb 098336
-	done
Steve Grubb 098336
-
Steve Grubb 098336
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Steve Grubb 098336
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Steve Grubb 098336
 	unique=`for i in $$list; do \
Steve Grubb 098336
@@ -448,23 +367,10 @@
Steve Grubb 098336
 	mkid -fID $$unique
Steve Grubb 098336
 tags: TAGS
Steve Grubb 098336
 
Steve Grubb 098336
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Steve Grubb 098336
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Steve Grubb 098336
 		$(TAGS_FILES) $(LISP)
Steve Grubb 098336
 	tags=; \
Steve Grubb 098336
 	here=`pwd`; \
Steve Grubb 098336
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Steve Grubb 098336
-	  include_option=--etags-include; \
Steve Grubb 098336
-	  empty_fix=.; \
Steve Grubb 098336
-	else \
Steve Grubb 098336
-	  include_option=--include; \
Steve Grubb 098336
-	  empty_fix=; \
Steve Grubb 098336
-	fi; \
Steve Grubb 098336
-	list='$(SUBDIRS)'; for subdir in $$list; do \
Steve Grubb 098336
-	  if test "$$subdir" = .; then :; else \
Steve Grubb 098336
-	    test ! -f $$subdir/TAGS || \
Steve Grubb 098336
-	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Steve Grubb 098336
-	  fi; \
Steve Grubb 098336
-	done; \
Steve Grubb 098336
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
Steve Grubb 098336
 	unique=`for i in $$list; do \
Steve Grubb 098336
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Steve Grubb 098336
@@ -477,7 +383,7 @@
Steve Grubb 098336
 	    $$tags $$unique; \
Steve Grubb 098336
 	fi
Steve Grubb 098336
 ctags: CTAGS
Steve Grubb 098336
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Steve Grubb 098336
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Steve Grubb 098336
 		$(TAGS_FILES) $(LISP)
Steve Grubb 098336
 	tags=; \
Steve Grubb 098336
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
Steve Grubb 098336
@@ -524,40 +430,22 @@
Steve Grubb 098336
 	    || exit 1; \
Steve Grubb 098336
 	  fi; \
Steve Grubb 098336
 	done
Steve Grubb 098336
-	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Steve Grubb 098336
-	  if test "$$subdir" = .; then :; else \
Steve Grubb 098336
-	    test -d "$(distdir)/$$subdir" \
Steve Grubb 098336
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
Steve Grubb 098336
-	    || exit 1; \
Steve Grubb 098336
-	    distdir=`$(am__cd) $(distdir) && pwd`; \
Steve Grubb 098336
-	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Steve Grubb 098336
-	    (cd $$subdir && \
Steve Grubb 098336
-	      $(MAKE) $(AM_MAKEFLAGS) \
Steve Grubb 098336
-	        top_distdir="$$top_distdir" \
Steve Grubb 098336
-	        distdir="$$distdir/$$subdir" \
Steve Grubb 098336
-		am__remove_distdir=: \
Steve Grubb 098336
-		am__skip_length_check=: \
Steve Grubb 098336
-	        distdir) \
Steve Grubb 098336
-	      || exit 1; \
Steve Grubb 098336
-	  fi; \
Steve Grubb 098336
-	done
Steve Grubb 098336
 check-am: all-am
Steve Grubb 098336
-check: check-recursive
Steve Grubb 098336
+check: check-am
Steve Grubb 098336
 all-am: Makefile $(PROGRAMS) $(HEADERS)
Steve Grubb 098336
-installdirs: installdirs-recursive
Steve Grubb 098336
-installdirs-am:
Steve Grubb 098336
+installdirs:
Steve Grubb 098336
 	for dir in "$(DESTDIR)$(sbindir)"; do \
Steve Grubb 098336
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Steve Grubb 098336
 	done
Steve Grubb 098336
-install: install-recursive
Steve Grubb 098336
-install-exec: install-exec-recursive
Steve Grubb 098336
-install-data: install-data-recursive
Steve Grubb 098336
-uninstall: uninstall-recursive
Steve Grubb 098336
+install: install-am
Steve Grubb 098336
+install-exec: install-exec-am
Steve Grubb 098336
+install-data: install-data-am
Steve Grubb 098336
+uninstall: uninstall-am
Steve Grubb 098336
 
Steve Grubb 098336
 install-am: all-am
Steve Grubb 098336
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Steve Grubb 098336
 
Steve Grubb 098336
-installcheck: installcheck-recursive
Steve Grubb 098336
+installcheck: installcheck-am
Steve Grubb 098336
 install-strip:
Steve Grubb 098336
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Steve Grubb 098336
 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Steve Grubb 098336
@@ -573,23 +461,23 @@
Steve Grubb 098336
 maintainer-clean-generic:
Steve Grubb 098336
 	@echo "This command is intended for maintainers to use"
Steve Grubb 098336
 	@echo "it deletes files that may require special tools to rebuild."
Steve Grubb 098336
-clean: clean-recursive
Steve Grubb 098336
+clean: clean-am
Steve Grubb 098336
 
Steve Grubb 098336
 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
Steve Grubb 098336
 	mostlyclean-am
Steve Grubb 098336
 
Steve Grubb 098336
-distclean: distclean-recursive
Steve Grubb 098336
+distclean: distclean-am
Steve Grubb 098336
 	-rm -f Makefile
Steve Grubb 098336
 distclean-am: clean-am distclean-compile distclean-generic \
Steve Grubb 098336
 	distclean-tags
Steve Grubb 098336
 
Steve Grubb 098336
-dvi: dvi-recursive
Steve Grubb 098336
+dvi: dvi-am
Steve Grubb 098336
 
Steve Grubb 098336
 dvi-am:
Steve Grubb 098336
 
Steve Grubb 098336
-html: html-recursive
Steve Grubb 098336
+html: html-am
Steve Grubb 098336
 
Steve Grubb 098336
-info: info-recursive
Steve Grubb 098336
+info: info-am
Steve Grubb 098336
 
Steve Grubb 098336
 info-am:
Steve Grubb 098336
 
Steve Grubb 098336
@@ -597,36 +485,36 @@
Steve Grubb 098336
 	@$(NORMAL_INSTALL)
Steve Grubb 098336
 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
Steve Grubb 098336
 
Steve Grubb 098336
-install-dvi: install-dvi-recursive
Steve Grubb 098336
+install-dvi: install-dvi-am
Steve Grubb 098336
 
Steve Grubb 098336
 install-exec-am: install-sbinPROGRAMS
Steve Grubb 098336
 
Steve Grubb 098336
-install-html: install-html-recursive
Steve Grubb 098336
+install-html: install-html-am
Steve Grubb 098336
 
Steve Grubb 098336
-install-info: install-info-recursive
Steve Grubb 098336
+install-info: install-info-am
Steve Grubb 098336
 
Steve Grubb 098336
 install-man:
Steve Grubb 098336
 
Steve Grubb 098336
-install-pdf: install-pdf-recursive
Steve Grubb 098336
+install-pdf: install-pdf-am
Steve Grubb 098336
 
Steve Grubb 098336
-install-ps: install-ps-recursive
Steve Grubb 098336
+install-ps: install-ps-am
Steve Grubb 098336
 
Steve Grubb 098336
 installcheck-am:
Steve Grubb 098336
 
Steve Grubb 098336
-maintainer-clean: maintainer-clean-recursive
Steve Grubb 098336
+maintainer-clean: maintainer-clean-am
Steve Grubb 098336
 	-rm -f Makefile
Steve Grubb 098336
 maintainer-clean-am: distclean-am maintainer-clean-generic
Steve Grubb 098336
 
Steve Grubb 098336
-mostlyclean: mostlyclean-recursive
Steve Grubb 098336
+mostlyclean: mostlyclean-am
Steve Grubb 098336
 
Steve Grubb 098336
 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Steve Grubb 098336
 	mostlyclean-libtool
Steve Grubb 098336
 
Steve Grubb 098336
-pdf: pdf-recursive
Steve Grubb 098336
+pdf: pdf-am
Steve Grubb 098336
 
Steve Grubb 098336
 pdf-am:
Steve Grubb 098336
 
Steve Grubb 098336
-ps: ps-recursive
Steve Grubb 098336
+ps: ps-am
Steve Grubb 098336
 
Steve Grubb 098336
 ps-am:
Steve Grubb 098336
 
Steve Grubb 098336
@@ -634,12 +522,10 @@
Steve Grubb 098336
 	@$(NORMAL_INSTALL)
Steve Grubb 098336
 	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
Steve Grubb 098336
 
Steve Grubb 098336
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
Steve Grubb 098336
-	install-data-am install-strip uninstall-am
Steve Grubb 098336
+.MAKE: install-am install-data-am install-strip uninstall-am
Steve Grubb 098336
 
Steve Grubb 098336
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
Steve Grubb 098336
-	all all-am check check-am clean clean-generic clean-libtool \
Steve Grubb 098336
-	clean-sbinPROGRAMS ctags ctags-recursive distclean \
Steve Grubb 098336
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
Steve Grubb 098336
+	clean-libtool clean-sbinPROGRAMS ctags distclean \
Steve Grubb 098336
 	distclean-compile distclean-generic distclean-libtool \
Steve Grubb 098336
 	distclean-tags distdir dvi dvi-am html html-am info info-am \
Steve Grubb 098336
 	install install-am install-data install-data-am \
Steve Grubb 098336
@@ -647,11 +533,11 @@
Steve Grubb 098336
 	install-exec-am install-html install-html-am install-info \
Steve Grubb 098336
 	install-info-am install-man install-pdf install-pdf-am \
Steve Grubb 098336
 	install-ps install-ps-am install-sbinPROGRAMS install-strip \
Steve Grubb 098336
-	installcheck installcheck-am installdirs installdirs-am \
Steve Grubb 098336
-	maintainer-clean maintainer-clean-generic mostlyclean \
Steve Grubb 098336
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Steve Grubb 098336
-	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
Steve Grubb 098336
-	uninstall-hook uninstall-sbinPROGRAMS
Steve Grubb 098336
+	installcheck installcheck-am installdirs maintainer-clean \
Steve Grubb 098336
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
Steve Grubb 098336
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Steve Grubb 098336
+	tags uninstall uninstall-am uninstall-hook \
Steve Grubb 098336
+	uninstall-sbinPROGRAMS
Steve Grubb 098336
 
Steve Grubb 098336
 
Steve Grubb 098336
 install-data-hook:
Steve Grubb 098336
diff -ur audit-1.7.8.orig/configure audit-1.7.8/configure
Steve Grubb 098336
--- audit-1.7.8.orig/configure	2008-09-28 13:26:59.000000000 -0400
Steve Grubb 098336
+++ audit-1.7.8/configure	2008-10-16 15:29:23.000000000 -0400
Steve Grubb 098336
@@ -23678,7 +23678,7 @@
Steve Grubb 098336
 
Steve Grubb 098336
 subdirs="$subdirs system-config-audit"
Steve Grubb 098336
 
Steve Grubb 098336
-ac_config_files="$ac_config_files Makefile lib/Makefile lib/test/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile src/libev/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 audisp/plugins/zos-remote/policy/Makefile bindings/Makefile bindings/python/Makefile tools/Makefile tools/aulastlog/Makefile tools/ausyscall/Makefile"
Steve Grubb 098336
+ac_config_files="$ac_config_files Makefile lib/Makefile lib/test/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile src/libev/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 tools/ausyscall/Makefile"
Steve Grubb 098336
 
Steve Grubb 098336
 cat >confcache <<\_ACEOF
Steve Grubb 098336
 # This file is a shell script that caches the results of configure
Steve Grubb 098336
@@ -24325,7 +24325,6 @@
Steve Grubb 098336
     "audisp/plugins/prelude/Makefile") CONFIG_FILES="$CONFIG_FILES audisp/plugins/prelude/Makefile" ;;
Steve Grubb 098336
     "audisp/plugins/remote/Makefile") CONFIG_FILES="$CONFIG_FILES audisp/plugins/remote/Makefile" ;;
Steve Grubb 098336
     "audisp/plugins/zos-remote/Makefile") CONFIG_FILES="$CONFIG_FILES audisp/plugins/zos-remote/Makefile" ;;
Steve Grubb 098336
-    "audisp/plugins/zos-remote/policy/Makefile") CONFIG_FILES="$CONFIG_FILES audisp/plugins/zos-remote/policy/Makefile" ;;
Steve Grubb 098336
     "bindings/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/Makefile" ;;
Steve Grubb 098336
     "bindings/python/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/Makefile" ;;
Steve Grubb 098336
     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
Steve Grubb 098336
diff -ur audit-1.7.8.orig/configure.ac audit-1.7.8/configure.ac
Steve Grubb 098336
--- audit-1.7.8.orig/configure.ac	2008-09-28 13:26:34.000000000 -0400
Steve Grubb 098336
+++ audit-1.7.8/configure.ac	2008-10-16 15:29:06.000000000 -0400
Steve Grubb 098336
@@ -196,7 +196,7 @@
Steve Grubb 098336
 AC_SUBST(libev_LIBS)
Steve Grubb 098336
 
Steve Grubb 098336
 AC_CONFIG_SUBDIRS([system-config-audit])
Steve Grubb 098336
-AC_OUTPUT(Makefile lib/Makefile lib/test/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile src/libev/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 audisp/plugins/zos-remote/policy/Makefile bindings/Makefile bindings/python/Makefile tools/Makefile tools/aulastlog/Makefile tools/ausyscall/Makefile)
Steve Grubb 098336
+AC_OUTPUT(Makefile lib/Makefile lib/test/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile src/libev/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 tools/ausyscall/Makefile)
Steve Grubb 098336
 
Steve Grubb 098336
 echo .
Steve Grubb 098336
 echo "
Steve Grubb 098336
diff -ur audit-1.7.8.orig/lib/audit_logging.c audit-1.7.8/lib/audit_logging.c
Steve Grubb 098336
--- audit-1.7.8.orig/lib/audit_logging.c	2008-09-28 13:26:34.000000000 -0400
Steve Grubb 098336
+++ audit-1.7.8/lib/audit_logging.c	2008-10-16 15:29:06.000000000 -0400
Steve Grubb 098336
@@ -54,7 +54,8 @@
Steve Grubb 098336
 
Steve Grubb 098336
 	buf[0] = '?';
Steve Grubb 098336
 	buf[1] = 0;
Steve Grubb 098336
-	if (host == NULL) /* Short circuit this lookup if NULL */
Steve Grubb 098336
+	/* Short circuit this lookup if NULL, or empty */
Steve Grubb 098336
+	if (host == NULL || *host == 0)
Steve Grubb 098336
 		return;
Steve Grubb 098336
 
Steve Grubb 098336
 	memset(&hints, 0, sizeof(hints));