mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
New version, only relevant to Porteus distro, a slackware derived distro, should now id it
correctly. No other changes.
This commit is contained in:
parent
ee653828ee
commit
75cb0eca7c
6
inxi
6
inxi
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### Version: 2.1.12
|
||||
#### Date: 2014-03-27
|
||||
#### Version: 2.1.13
|
||||
#### Date: 2014-03-30
|
||||
#### Patch Number: 00
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
|
@ -593,7 +593,7 @@ BLUE,WHITE,NORMAL
|
|||
## DISTRO DATA/ID ##
|
||||
# In cases of derived distros where the version file of the base distro can also be found under /etc,
|
||||
# the derived distro's version file should go first. (Such as with Sabayon / Gentoo)
|
||||
DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release sabayon-release siduction-version sidux-version solusos-release turbolinux-release zenwalk-version"
|
||||
DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release porteus-version sabayon-release siduction-version sidux-version solusos-release turbolinux-release zenwalk-version"
|
||||
# debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu.
|
||||
DISTROS_EXCLUDE_LIST="debian_version ubuntu_version"
|
||||
DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
=====================================================================================
|
||||
Version: 2.1.13
|
||||
Patch Version: 00
|
||||
Script Date: 2014-03-30
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
New version, only relevant to Porteus distro, a slackware derived distro, should now id it
|
||||
correctly. No other changes.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Sun, 30 Mar 2014 11:54:12 -0700
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.1.12
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue