Blame tests/p_iptraf/0-install_iptraf.sh
|
Steve Barnes |
e801dc |
#!/bin/bash
|
|
root |
2bfd68 |
# Author: Steve Barnes (steve@echo.id.au)
|
|
Steve Barnes |
e801dc |
|
|
Karanbir Singh |
106bcf |
t_Log "Running $0 - iptraf: install iptraf and which"
|
|
Karanbir Singh |
106bcf |
|
|
Steve Barnes |
e801dc |
# IPTraf traffic monitoring package
|
|
Steve Barnes |
e801dc |
t_InstallPackage iptraf
|
|
Athmane Madjoudj |
6c5a2b |
|
|
Athmane Madjoudj |
6c5a2b |
# Required by the test
|
|
Athmane Madjoudj |
6c5a2b |
t_InstallPackage which
|