From 43a2cbc5894f4432bdaabc3b2a6d658ec652fa29 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 2 Mar 2013 17:54:48 +0000 Subject: [PATCH] New version, tarball. As always with fixes, one thing creates a bug in another. Fixed linux driver version handling, now only trimming off number from bsd drivers. Some linux drivers, like tg3 for broadcom ethernet, have numbers ending them. So this is a bug fix for 1.8.44 release mainly. Also includes openbsd initial fixes for some issues related to sysctl parsing for cpu and ram. --- inxi | 152 ++++++++++++++++++++++++++++++++++--------------- inxi.changelog | 18 ++++++ 2 files changed, 123 insertions(+), 47 deletions(-) diff --git a/inxi b/inxi index aa02d27..6f419a4 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/usr/bin/env bash ######################################################################## #### Script Name: inxi -#### Version: 1.8.44 -#### Date: February 28 2013 +#### Version: 1.8.45 +#### Date: March 2 2013 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -94,7 +94,7 @@ #### It appears that freebsd uses gnu grep but openbsd uses bsd grep, however. #### * BSD ps does not support --without-headers option, and also does not support --sort