From b63089a6d65a9d04827915e3c597b29be4b40350 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 10 Apr 2010 03:26:27 +0000 Subject: [PATCH] tiny bug fix, change version number because it can cause bad output slightly. Added 2>/dev/null to qdbus, that tool isn't tested for and might not be present, and when absent, throws error --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index befbfcb..423993f 100755 --- a/inxi +++ b/inxi @@ -46,8 +46,8 @@ #### distro for proper package name by doing this: which #### then find what package owns that application file. #### DEPENDENCIES -#### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils), -#### gawk (gawk); grep (grep); hostname (hostname); lspci (pciutils), +#### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils); +#### gawk (gawk); grep (grep); hostname (hostname); lspci (pciutils); #### free, ps, uptime (procps); #### Also the proc filesystem should be present and mounted ####