For Sisyphus version --- lsb_release 2006-02-25 01:45:48 +0300 +++ lsb_release 2006-02-25 01:44:02 +0300 @@ -218,6 +218,7 @@ if [ -z "$DISTRIB_RELEASE" ] then DISTRIB_RELEASE=$(grep ^VERSION $FILENAME | cut "-d " -f 3) + [ -z "$DISTRIB_RELEASE" ] && DISTRIB_RELEASE=$(sed -e "s|.*(\(.*\)).*|\1|" < /etc/altlinux-release) [ -z "$DISTRIB_RELEASE" ] && DISTRIB_RELEASE=$MSG_NA fi [ -z "$DISTRIB_CODENAME" ] && DISTRIB_CODENAME=$MSG_NA