From f64ee393d8d583be98694c138ec8ee367f2bf882 Mon Sep 17 00:00:00 2001 From: Rene Diepstraten Date: Jan 04 2014 08:25:07 +0000 Subject: Added net-tools (w/ arp). Not in el7 by default --- diff --git a/tests/p_arpwatch/0_install_arpwatch.sh b/tests/p_arpwatch/0_install_arpwatch.sh index 1f3d3e1..3276bbb 100755 --- a/tests/p_arpwatch/0_install_arpwatch.sh +++ b/tests/p_arpwatch/0_install_arpwatch.sh @@ -1,6 +1,7 @@ #!/bin/bash # Author: Christoph Galuschka +# Rene Diepstraten # Install requirements -t_InstallPackage arpwatch psmisc +t_InstallPackage arpwatch psmisc net-tools