From ec0ce4988c58b5481664143630159f9bac405fa9 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Wed, 6 Dec 2017 18:21:02 -0800 Subject: [PATCH] Cosmetic changes only. --- inxi | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/inxi b/inxi index 69d0c92..3274e76 100755 --- a/inxi +++ b/inxi @@ -27,14 +27,16 @@ SELF_PATCH=00 #### Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch #### Jarett.Stevens - dmidecde -M patch for older systems with the /sys #### -#### Current script home page/wiki/git: https://github.com/smxi/inxi -#### Documentation/wiki pages will move to https://smxi.org soon. -#### Script forums: http://techpatterns.com/forums/forum-33.html +#### Current project home page/wiki/git: https://github.com/smxi/inxi +#### Documentation/wiki pages can be found at https://smxi.org/docs/inxi.htm +#### Project forums: http://techpatterns.com/forums/forum-33.html #### IRC support: irc.oftc.net channel #smxi #### Version control: #### * https://github.com/smxi/inxi #### * git: git pull https://github.com/smxi/inxi master -#### * source checkout url: https://github.com/smxi/inxi +#### * For basic version, no gz files, much smaller, do: +#### git clone https://github.com/smxi/inxi --branch master-plain --single-branch +#### * source repository url: https://github.com/smxi/inxi #### #### This program is free software; you can redistribute it and/or modify #### it under the terms of the GNU General Public License as published by @@ -51,6 +53,10 @@ SELF_PATCH=00 #### #### If you don't understand what Free Software is, please read (or reread) #### this page: http://www.gnu.org/philosophy/free-sw.html +#### +#### But the main thing about Free Software is that its' about the freedom +#### of the individual user, not the corporations that try to coopt it. This +#### grows easy to forget when people confuse freedom with open source. ######################################################################## #### #### PACKAGE NAME NOTES @@ -94,6 +100,8 @@ SELF_PATCH=00 #### Note: requires setup of lm-sensors (sensors-detect and adding modules/modprobe/reboot, #### and ideally, pwmconfig) prior to full output being available. #### -S For desktop environment, user must be in X and have xprop installed (in X11-utils) +#### -xx@14 - it really helps to have 'tree' installed on Linux systems with /sys for +#### debugger data collection, that creates a very useful map of /sys. ######################################################################## #### BSD Adjustments #### * sed -i '' form supported by using SED_I="-i ''". @@ -117,7 +125,7 @@ SELF_PATCH=00 #### The ONLY time you should use ';' (semi-colon) is in this single case: if [[ condition ]];then. #### Never use compound 'if': ie, if [[ condition ]] && statement. #### * Note: [[ -n $something ]] - double brackets does not require quotes for variables: ie, "$something". -#### * Always use quotes, double or single, for all string values. +#### * Always use quotes, double or single, for all string values. Really. It won't kill you. #### * All new code/methods must be in a function. #### * For all boolean tests, use 'true' / 'false'. @@ -261,7 +269,7 @@ A_CMDL='' A_CPU_CORE_DATA='' A_CPU_DATA='' A_CPU_TYPE_PCNT_CCNT='' -A_DEBUG_BUFFER=''xA9br8 +A_DEBUG_BUFFER='' A_GCC_VERSIONS='' A_GLX_DATA=''