mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
New version, new tarball. All bug fixes and cleanup preparing to support bsd systems, including
kfreebsd from Debian. Cleaned up all sed and grep that will be used by bsds, added more granular flag for bsd types. Cleaned up and corrected issues between bsd/linux, more escapes and tests added to drop error counts in bsds. Please note that you must use the inxi from branches/bsd for true bsds because sed has extra -i '' added, and has the proper #!/usr/local/bin/bash Added -! 16 for gnubsd download/update, that's for gnu bsd systems like gnu/kfreebsd from debian. That retains the top #!/bin/bash path, and also uses gnu sed so no -i '' syntax. Moved some grep -o to gawk or sed to avoid using gnu grep unnecessarily, leaving gnu grep where it will be linux only, for example parsing a /proc file. Fixed tty irc bugs for bsds and linux, now should show the right console size for both, ideally.
This commit is contained in:
parent
5b564bc84e
commit
90645ebe46
|
@ -1,3 +1,33 @@
|
|||
=====================================================================================
|
||||
Version: 1.8.36
|
||||
Patch Version: 00
|
||||
Script Date: February 8 2013
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
New version, new tarball. All bug fixes and cleanup preparing to support bsd systems, including
|
||||
kfreebsd from Debian.
|
||||
|
||||
Cleaned up all sed and grep that will be used by bsds, added more granular flag for bsd types.
|
||||
|
||||
Cleaned up and corrected issues between bsd/linux, more escapes and tests added to drop error
|
||||
counts in bsds.
|
||||
|
||||
Please note that you must use the inxi from branches/bsd for true bsds because sed has extra -i ''
|
||||
added, and has the proper #!/usr/local/bin/bash
|
||||
|
||||
Added -! 16 for gnubsd download/update, that's for gnu bsd systems like gnu/kfreebsd from debian.
|
||||
|
||||
That retains the top #!/bin/bash path, and also uses gnu sed so no -i '' syntax.
|
||||
|
||||
Moved some grep -o to gawk or sed to avoid using gnu grep unnecessarily, leaving gnu grep where
|
||||
it will be linux only, for example parsing a /proc file.
|
||||
|
||||
Fixed tty irc bugs for bsds and linux, now should show the right console size for both, ideally.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Fri, 08 Feb 2013 20:36:02 -0800
|
||||
|
||||
=====================================================================================
|
||||
Version: 1.8.35
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue