From 75cb0eca7c974ecdb038eff3aa2f41f45ce2123c Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 30 Mar 2014 18:55:38 +0000 Subject: [PATCH] New version, only relevant to Porteus distro, a slackware derived distro, should now id it correctly. No other changes. --- inxi | 6 +++--- inxi.changelog | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 3b2ae29..39c1f4d 100755 --- a/inxi +++ b/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" diff --git a/inxi.changelog b/inxi.changelog index 471ccbb..95cdb62 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -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