New version, only relevant to Porteus distro, a slackware derived distro, should now id it

correctly. No other changes.
This commit is contained in:
inxi-svn 2014-03-30 18:55:38 +00:00
parent ee653828ee
commit 75cb0eca7c
2 changed files with 16 additions and 3 deletions

6
inxi
View file

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### Version: 2.1.12 #### Version: 2.1.13
#### Date: 2014-03-27 #### Date: 2014-03-30
#### Patch Number: 00 #### Patch Number: 00
######################################################################## ########################################################################
#### SPECIAL THANKS #### SPECIAL THANKS
@ -593,7 +593,7 @@ BLUE,WHITE,NORMAL
## DISTRO DATA/ID ## ## DISTRO DATA/ID ##
# In cases of derived distros where the version file of the base distro can also be found under /etc, # 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) # 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. # 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_EXCLUDE_LIST="debian_version ubuntu_version"
DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release" DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release"

View file

@ -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 Version: 2.1.12
Patch Version: 00 Patch Version: 00