linux-uml-update-20030707

remaining update for uml, already i 1.2.10-rc2
This commit is contained in:
Kris Van Hees 2003-07-07 22:58:39 +00:00 committed by Derrick Brashear
parent fc60d09e3d
commit 75c205ed89

View File

@ -558,8 +558,8 @@ else
fi fi
_AFS_SYSNAME=`echo $AFS_SYSNAME|sed s/XX\$/$AFS_SYSKVERS/` _AFS_SYSNAME=`echo $AFS_SYSNAME|sed s/XX\$/$AFS_SYSKVERS/`
AFS_SYSNAME="$_AFS_SYSNAME" AFS_SYSNAME="$_AFS_SYSNAME"
AFS_ISUML=`echo $LINUX_VERSION | awk 'BEGIN {FS="-[[0-9]]+"} {print $[]2}'` AFS_ISUML=`cat /proc/cpuinfo | awk '/^model name/ {print $[]4}'`
if test "x${AFS_ISUML}" = "xum"; then if test "x${AFS_ISUML}" = "xUML"; then
_AFS_SYSNAME=`echo $AFS_SYSNAME|sed s/linux/umlinux/` _AFS_SYSNAME=`echo $AFS_SYSNAME|sed s/linux/umlinux/`
fi fi
AFS_SYSNAME="$_AFS_SYSNAME" AFS_SYSNAME="$_AFS_SYSNAME"