From 1e13bc078012f59fa4bb5b6f14e68f1c41c3eae0 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Nov 17 2011 16:08:54 +0000 Subject: no need for 0-install_auditd test as auditd should be enabled by default --- diff --git a/tests/p_audit/0-install_auditd.sh b/tests/p_audit/0-install_auditd.sh deleted file mode 100755 index f2438a8..0000000 --- a/tests/p_audit/0-install_auditd.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# Author: Christoph Galuschka - -# Install net-snmp -t_InstallPackage audit - -# activate at boot -chkconfig auditd on -# start daemon with default settings -t_ServiceControl auditd start