summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-17 10:05:01 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-17 10:05:01 -0700
commit770e38401ae5489d58d7dd1f45cf27813d100d5e (patch)
treede009ba16331d4ce60ce540ad0bc3a34be1912b8 /configure
parent17e6dd57b0b329888f64491a0bfdd0c9793dd216 (diff)
downloadvyatta-bash-770e38401ae5489d58d7dd1f45cf27813d100d5e.tar.gz
vyatta-bash-770e38401ae5489d58d7dd1f45cf27813d100d5e.zip
Remove AUDIT_SHELL option
The concept of logging shell commands through audit subsystem is not useful because it is too hard to configure, requires special privledges, doesn't handle background commands, and is missing the necessary information...
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 9e31790..d97ef5b 100755
--- a/configure
+++ b/configure
@@ -678,7 +678,6 @@ HELPDIR
HELPDIRDEFINE
HELPINSTALL
HELPSTRINGS
-AUDIT_LIB
CC
CFLAGS
LDFLAGS
@@ -2468,13 +2467,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
-if test $opt_audit = yes; then
-cat >>confdefs.h <<\_ACEOF
-#define AUDIT_SHELL 1
-_ACEOF
-
-AUDIT_LIB='-laudit'
-fi
if test $opt_process_subst = yes; then
cat >>confdefs.h <<\_ACEOF
#define PROCESS_SUBSTITUTION 1