Commit graph

449 commits

Author SHA1 Message Date
inxi-svn 21225eda76 forgot to update help menu for -r 2010-02-01 06:09:40 +00:00
inxi-svn c364b89f48 (change version, by the way)
cleaned up wording for arch repos
2010-02-01 05:52:46 +00:00
inxi-svn 5264341430 added arch support for -r option 2010-02-01 05:51:09 +00:00
inxi-svn e253aa3028 after getting user data, added pardus pisi repo listing support for the -r repo list option.
This method will probably work for arch too I'd guess if pacman lists repos in the same way
2010-02-01 02:52:30 +00:00
inxi-svn 53bbf03cea (Change Version)
Optimized to not do repeated tests of tools for functions that are used more than one time.

Added boolean tested flags, and global app path variables to handle this.

this can knock off up to 10 or more type -p app exists type tests for one script execution.
2010-01-29 23:31:20 +00:00
inxi-svn ffd2c631ef code cleanup 2010-01-29 23:07:50 +00:00
inxi-svn b95b6a1962 (Change Version)
Found and fixed 2 real bugs:
1 - driver module version print out was broken for both networking and audio, and audio was not at all working due to improperly formatted 
module names being sent to get module driver version function.

2 - runlevel show was broken, was using a bad path. Fixed, and also made runlevels show now for -F/-xI output

Updated top comment header to correctly show true script Depends and true Recommends. Recommends section now also lists which options require 
which applications, and I updated/corrected the debian package names for each application.

Redid the recommended app testing also, now the app is only tested for locally in the get data function when it is requested.

Cleaned up some other irregular code methods.

Might be one more fix to get it more consistent.
2010-01-29 23:05:11 +00:00
inxi-svn 61c3cd7ced (change version)
Added in support for unmounted lvm type syntax in unmounted partitions function, /dev/dm-1, I forgot about that possibiliity.

Fixed/patched hfs detection based on a file -s sample data chunk. Added hfsj, which I assume is hfs+, who knows for sure.
2010-01-14 20:46:59 +00:00
inxi-svn 658921da9a added file system type for unmounted fs, if available. Uses file -s, can add it to sudoers if you want to run it as regular user. 2010-01-09 19:20:40 +00:00
inxi-svn c8a9ebec8d and some more cleanup 2010-01-09 05:00:55 +00:00
inxi-svn f02f760794 and some more variable ordering 2010-01-09 04:57:00 +00:00
inxi-svn d61404ff3f some more variable cleanup and syncing 2010-01-09 04:54:17 +00:00
inxi-svn d48147d79d some code cleanup and variable naming fixes 2010-01-09 04:49:55 +00:00
inxi-svn 80a3db7925 and put the functions in alphabetical order, all done now. 2010-01-09 04:19:15 +00:00
inxi-svn 7f76e53bec added in some logging data 2010-01-09 04:17:22 +00:00
inxi-svn bfa54a8ef5 (change version)
new feature and option: -o
shows unmounted local partitions, with uuid and label if present. Does not show with -F to avoid excessive output
2010-01-09 04:05:21 +00:00
inxi-svn aa746b3221 (change version)
found and fixed bug in awk, the test ! i in array is not supported, you have to use only: i in array

annoying, but that's life.
2010-01-08 00:51:34 +00:00
inxi-svn 8eb4d3d470 (change version)
fixed fan speed output for fringe cases, also fixed possible overwrite of fan speeds.
the fan output isn't perfect though, but it will do for now.
2010-01-07 23:59:16 +00:00
inxi-svn 829aa64b70 added up to 99 fans, that way it will never max out 2009-12-25 23:05:09 +00:00
inxi-svn 5064bc762c improved total count of fans supported for sensors output 2009-12-25 23:04:05 +00:00
inxi-svn 62b865293b (Change version)
fixed aux fan glitch in output. This was a bug, aux was simply left unhandled in some cases for fan output
2009-12-25 22:55:34 +00:00
inxi-svn 81365d855f (change version)
found a bug, inxi is using gawk before the depends check, this creates bad output in ubuntu/mint unless it has gawk.

Fixed by moving tests to after dependency checks.
2009-11-18 01:54:28 +00:00
inxi-svn 182c622d46 bug fix for multiple gpu output 2009-11-16 22:46:52 +00:00
inxi-svn 9ebba813c9 cleanup 2009-11-16 19:26:07 +00:00
inxi-svn 5531e3603f cleanup 2009-11-16 19:18:35 +00:00
inxi-svn 18704b8841 cleanup 2009-11-16 19:17:42 +00:00
inxi-svn 7809deb5e6 cleanup 2009-11-16 19:15:47 +00:00
inxi-svn f85419e8a8 (change version nu)
Added nvidia only gpu temp output for multiple gpus. If > 1 gpu screen is detected, it will output the gpu temp data for each 
discovered screen.

For 1 gpu with nvidia, it will show screen nu if you use the -x option, or with -F

This is an nvidia proprietary driver feature only.
2009-11-16 19:03:29 +00:00
inxi-svn 945ffef2b5 small tweak to logic of partitions 2009-10-14 23:09:30 +00:00
inxi-svn 1a2b56ac3e (change version)
bug fix works for dev version for partition information. Updated version number.
2009-10-14 22:56:26 +00:00
inxi-svn c1fe45f286 trying a bug fix for devBase partition info 2009-10-14 22:53:34 +00:00
inxi-svn d3bc0d6fcb code tweak for yum 2009-10-13 21:35:37 +00:00
inxi-svn 7332f3b6de (change version)
yum made more robust, added /etc/yum.conf support, added support for older syntaxes in redhat, added missing data support.

And that's it I hope for yum.
2009-10-13 21:31:30 +00:00
inxi-svn aa1fd80f5c code tweak, that should be about it, all ready to go now. 2009-10-13 20:37:11 +00:00
inxi-svn 86f5da9ea9 comment update 2009-10-13 20:34:00 +00:00
inxi-svn 15014560eb code cleanup 2009-10-13 20:29:30 +00:00
inxi-svn 57b65b7994 code cleanup 2009-10-13 20:28:55 +00:00
inxi-svn 0c7821172d updated help menu for yum 2009-10-13 20:18:53 +00:00
inxi-svn 6198d63e39 cleanup and error protection 2009-10-13 20:16:37 +00:00
inxi-svn 8171130329 bug fix 2009-10-13 20:14:45 +00:00
inxi-svn 96863ec661 (change version)
added first attempt at yum repo handling in
2009-10-13 20:09:54 +00:00
inxi-svn ec6eaec97c fine tuned wording 2009-10-13 05:12:41 +00:00
inxi-svn 3e3b8dd196 tweaked repo active wording: fits better with various distros now. Active repos in... 2009-10-13 05:10:01 +00:00
inxi-svn c843356ca7 bug fix 2009-10-13 03:05:13 +00:00
inxi-svn bf9cf87ffb (change version)
adding in a spacer in :// to turn off auto show page title in irc clients. For terminal, will not add space.

This fixes an irc client bot showing title of web pages of any url, like amybot
2009-10-13 02:50:09 +00:00
inxi-svn 1ebd24b2ff tweak 2009-10-12 23:18:16 +00:00
inxi-svn f0961d3f4e tweak 2009-10-12 23:17:59 +00:00
inxi-svn 297af994c0 (change version)
added global repo id name for printout, set in get_repo_data, this makes it forward compatible for other repo type systems than apt.
2009-10-12 23:14:29 +00:00
inxi-svn 3c011c53d5 shortened syntax 2009-10-12 23:11:36 +00:00
inxi-svn dfb0657ff9 improved wording to make it distro neutral 2009-10-12 23:10:39 +00:00