diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | functions/tech-support | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index a5c9b9f..020126d 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,8 @@ Depends: bash (>= 3.1), ethtool, ntpdate, procps (>= 1:3.2.7-3), + pciutils, + lsof, coreutils (>= 5.97-5.3) Suggests: util-linux (>= 2.13-5), net-tools, diff --git a/functions/tech-support b/functions/tech-support index 46f5827..ba2f22d 100644 --- a/functions/tech-support +++ b/functions/tech-support @@ -158,8 +158,8 @@ sudo ${vyatta_bindir}/sudo-users/iptables -t raw -L -vn header \''show ip route'\' show ip route -header /root/.bash_history -cat /root/.bash_history +header $HOME/.bash_history +cat $HOME/.bash_history header \''show vrrp'\' show vrrp |