|
|
|
|
@ -381,12 +381,15 @@ case "${UNAME}" in
|
|
|
|
|
-e 's/^#[^0-9]*\([0-9][0-9]*\).*$/\1/' \ |
|
|
|
|
-e 's/^#.*$//'` |
|
|
|
|
case "`util_lower ${n}`" in |
|
|
|
|
debian ) n="Debian[ GNU/Linux]" ;; |
|
|
|
|
redhat ) n="RedHat[ Linux]" ;; |
|
|
|
|
suse ) n="SuSE[ Linux]" ;; |
|
|
|
|
mandrake ) n="Mandrake[ Linux]" ;; |
|
|
|
|
gentoo ) n="Gentoo[ Linux]" ;; |
|
|
|
|
* ) n="${n}[ GNU/Linux]" ;; |
|
|
|
|
debian ) n="Debian[ GNU/Linux]" ;; |
|
|
|
|
redhat ) n="RedHat[ Linux]" ;; |
|
|
|
|
suse ) n="SuSE[ Linux]" ;; |
|
|
|
|
mandrake ) n="Mandrake[ Linux]" ;; |
|
|
|
|
gentoo ) n="Gentoo[ Linux]" ;; |
|
|
|
|
slackware ) n="Slackware[ Linux]" ;; |
|
|
|
|
turbolinux ) n="TurboLinux" ;; |
|
|
|
|
unitedlinux ) n="UnitedLinux" ;; |
|
|
|
|
* ) n="${n}[ GNU/Linux]" ;; |
|
|
|
|
esac |
|
|
|
|
SP="$n $v" |
|
|
|
|
break |
|
|
|
|
|