From 5b775324609033bf9e854bd35df252f3872c923e Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Fri, 28 Aug 2015 12:45:53 -0700 Subject: [PATCH] updated gz files for updated man page. --- inxi | 9 ++++++++- inxi.changelog | 12 ++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 4b7b13d..fdebd47 100755 --- a/inxi +++ b/inxi @@ -477,7 +477,8 @@ SCRIPT_DOWNLOAD_BRANCH_BSD='https://github.com/smxi/inxi/raw/bsd/' SCRIPT_DOWNLOAD_BRANCH_GNUBSD='https://github.com/smxi/inxi/raw/gnubsd/' SCRIPT_DOWNLOAD_DEV='http://smxi.org/test/' # note, you can use any ip url here as long as it's the only line on the output page. -# Also the ip address must be the last thing on that line. +# Also the ip address must be the last thing on that line. If you abuse this ip tool +# you will be banned from further access. Most > 24x daily automated queries to it are abuse. WAN_IP_URL='http://smxi.org/opt/ip.php' KONVI_CFG="konversation/scripts/$SCRIPT_NAME.conf" # relative path to $(kde-config --path data) @@ -1789,6 +1790,12 @@ debug_data_collector() touch $debug_data_dir/nvidia-smi-absent fi head -n 1 /proc/asound/card*/codec* &> $debug_data_dir/proc-asound-card-codec.txt + if [[ -f /proc/version ]];then + cat /proc/version &> $debug_data_dir/proc-version.txt + else + touch $debug_data_dir/proc-version-absent + fi + echo $CC &> $debug_data_dir/cc-content.txt ls /usr/bin/gcc* &> $debug_data_dir/gcc-sys-versions.txt if type -p gcc &>/dev/null;then gcc --version &> $debug_data_dir/gcc-version.txt diff --git a/inxi.changelog b/inxi.changelog index 4136eab..d2f2ede 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,15 @@ +===================================================================================== +Version: 2.2.28 +Patch Version: 00 +Script Date: 2015-08-20 +----------------------------------- +Changes: +----------------------------------- +No version change, new tarball. Man page link fixes, that's all. + +----------------------------------- +-- Harald Hope - Fri, 28 Aug 2015 12:44:43 -0700 + ===================================================================================== Version: 2.2.28 Patch Version: 00