From dce66a2680cbdb9ff9e347e9e988a69d9d86a932 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 8 Jun 2015 22:47:29 +0000 Subject: [PATCH] New version, tarball. Tiny change. Added /etc/devuan_version file to distro id to handle the switched file name. Kudos to anyone out there fighting to create a working alternative to the unreliable and buggy and windows emulating systemd, I wish devuan luck. Maybe between devuan and gentoo and slackware we can save the free software core systems before it's too late. --- inxi | 6 +++--- inxi.changelog | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 3d628fe..9c7069d 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/usr/bin/env bash ######################################################################## #### Script Name: inxi -#### Version: 2.2.22 -#### Date: 2015-05-30 +#### Version: 2.2.23 +#### Date: 2015-06-08 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -603,7 +603,7 @@ BLUE,WHITE,NORMAL # 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 porteus-version sabayon-release siduction-version sidux-version slitaz-release 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_EXCLUDE_LIST="debian_version devuan_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 1 uses it for solusos id, while diff --git a/inxi.changelog b/inxi.changelog index df868ae..d9ce2ca 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,18 @@ +===================================================================================== +Version: 2.2.23 +Patch Version: 00 +Script Date: 2015-06-08 +----------------------------------- +Changes: +----------------------------------- +New version, tarball. Tiny change. Added /etc/devuan_version file to distro id to handle +the switched file name. Kudos to anyone out there fighting to create a working alternative +to the unreliable and buggy and windows emulating systemd, I wish devuan luck. Maybe between +devuan and gentoo and slackware we can save the free software core systems before it's too late. + +----------------------------------- +-- Harald Hope - Mon, 08 Jun 2015 15:43:52 -0700 + ===================================================================================== Version: 2.2.22 Patch Version: 00