From f6ec442f339611df91a79c770483d0e6b13566ff Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 10 Dec 2007 14:40:58 -0800 Subject: fix for bug 2526: show user's history file and add needed packages for tech-support. --- debian/control | 2 ++ 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 -- cgit v1.2.3