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
This commit is contained in:
inxi-svn 2010-04-10 03:26:27 +00:00
parent 17065c59f7
commit b63089a6d6

4
inxi
View file

@ -46,8 +46,8 @@
#### distro for proper package name by doing this: which <application> #### distro for proper package name by doing this: which <application>
#### then find what package owns that application file. #### then find what package owns that application file.
#### DEPENDENCIES #### DEPENDENCIES
#### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils), #### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils);
#### gawk (gawk); grep (grep); hostname (hostname); lspci (pciutils), #### gawk (gawk); grep (grep); hostname (hostname); lspci (pciutils);
#### free, ps, uptime (procps); #### free, ps, uptime (procps);
#### Also the proc filesystem should be present and mounted #### Also the proc filesystem should be present and mounted
#### ####