Browse Source

Minimal improvments

pull/1/head
Marc Schoechlin 12 years ago
parent
commit
9ad48df6c2
2 changed files with 15 additions and 1 deletions
  1. +1
    -1
      helpers/auditshell
  2. +14
    -0
      helpers/auditshell_aclocal.patch

+ 1
- 1
helpers/auditshell View File

@ -18,4 +18,4 @@ cat <<EOF
NOTE: This shell session will be recorded
EOF
exec /usr/local/bin/script -d -f -q -t 5 5> >(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)

+ 14
- 0
helpers/auditshell_aclocal.patch View File

@ -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])])

Loading…
Cancel
Save