From 9ad48df6c2875e63e42dff31982ac77e44d91c8c Mon Sep 17 00:00:00 2001 From: Marc Schoechlin Date: Fri, 13 Sep 2013 15:09:54 +0200 Subject: [PATCH] Minimal improvments --- helpers/auditshell | 2 +- helpers/auditshell_aclocal.patch | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 helpers/auditshell_aclocal.patch diff --git a/helpers/auditshell b/helpers/auditshell index 9c13d17..2cd185e 100755 --- a/helpers/auditshell +++ b/helpers/auditshell @@ -18,4 +18,4 @@ cat < >(logger -t $TYPESCRIPT) 2> >(logger -t $TIMING) +exec /usr/local/bin/script -d -e -f -q -t 5 5> >(logger -t $TYPESCRIPT) 2> >(logger -t $TIMING) diff --git a/helpers/auditshell_aclocal.patch b/helpers/auditshell_aclocal.patch new file mode 100644 index 0000000..50bc7c4 --- /dev/null +++ b/helpers/auditshell_aclocal.patch @@ -0,0 +1,14 @@ +diff --git a/configure.ac b/configure.ac +index d24ed8f..19f79e7 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) + dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run + dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors. + AC_USE_SYSTEM_EXTENSIONS +-AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip dist-xz -Wno-portability subdir-objects]) ++AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip -Wno-portability subdir-objects]) + + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], + [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) +