--- hobbitclient-linux.sh.orig 2006-06-02 14:23:20.000000000 +0200 +++ hobbitclient-linux.sh 2006-06-02 14:44:13.000000000 +0200 @@ -14,7 +14,18 @@ echo "[date]" date echo "[uname]" -uname -a +uname -rsm +echo "-" +if [ -f /etc/redhat-release ]; then + cat /etc/redhat-release +elif [ -f /etc/gentoo-release ]; then + cat /etc/gentoo-release +elif [ -f /etc/debian_version ]; then + echo -en "Debian " + cat /etc/debian_version +elif [ -f /etc/SuSE-release ]; then + grep ^SuSE /etc/SuSE-release +fi echo "[uptime]" uptime echo "[who]"