This does not have a new version number (there is a new date), and is only for solusos,

so all other distro maintainer can ignore this update. New tarball. Adds support for
solusos-release distro file in /etc/.
This commit is contained in:
inxi-svn 2013-09-10 17:51:12 +00:00
parent 9e195afcc3
commit 7b67885e42
2 changed files with 17 additions and 3 deletions

6
inxi
View file

@ -2,7 +2,7 @@
########################################################################
#### Script Name: inxi
#### Version: 1.9.14
#### Date: August 20 2013
#### Date: September 10 2013
#### Patch Number: 00
########################################################################
#### SPECIAL THANKS
@ -544,12 +544,12 @@ CN=''
### Distro Data
# 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 turbolinux-release zenwalk-version"
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"
# 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"
DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release"
# this is being used both by core distros and derived distros now, eg, solusos uses it for solusos id, while
# this is being used both by core distros and derived distros now, eg, solusos 1 uses it for solusos id, while
# debian, solusos base, uses it as well, so we have to know which it is.
DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release"
## Distros with known problems

View file

@ -1,3 +1,17 @@
=====================================================================================
Version: 1.9.14
Patch Version: 00
Script Date: September 10 2013
-----------------------------------
Changes:
-----------------------------------
This does not have a new version number (there is a new date), and is only for solusos,
so all other distro maintainer can ignore this update. New tarball. Adds support for
solusos-release distro file in /etc/.
-----------------------------------
-- Harald Hope - Tue, 10 Sep 2013 10:49:29 -0700
=====================================================================================
Version: 1.9.14
Patch Version: 00