diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-11 17:57:42 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-11 17:57:42 -0700 |
commit | 0f26d05ff7f1b49d01449774b0add799024bde7e (patch) | |
tree | 4cac420e69ada6e449ec00abda35b485d09ee27f /functions | |
parent | 1eb09874a18e7523cb4b4b09ed0985a9e859bc81 (diff) | |
download | vyatta-op-0f26d05ff7f1b49d01449774b0add799024bde7e.tar.gz vyatta-op-0f26d05ff7f1b49d01449774b0add799024bde7e.zip |
Fix lsof options in tech-support
-i option is positional (command doesn't use standard syntax) so
need to do lsof -P -n -i
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/tech-support | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/tech-support b/functions/tech-support index e8e685d..cd37cf3 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -126,8 +126,8 @@ ps -ef header \''df -h -x squashfs'\' df -h -x squashfs -header \''lsof -Pin'\' -sudo lsof -Pin +header \''lsof -P -n -i'\' +sudo lsof -P -n -i header \'free\' free |