diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-06-23 22:50:48 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-06-23 22:50:48 +0000 |
commit | a4a58d89e9765abc958c9c6436ca799548993aa5 (patch) | |
tree | c76af29edade961c03376a7e30b2aa4d529b875b /sys-apps/sh-utils/files | |
parent | Tweaked patch so uname -a on MIPS systems accurately displays cpuinfo (diff) | |
download | gentoo-2-a4a58d89e9765abc958c9c6436ca799548993aa5.tar.gz gentoo-2-a4a58d89e9765abc958c9c6436ca799548993aa5.tar.bz2 gentoo-2-a4a58d89e9765abc958c9c6436ca799548993aa5.zip |
Tweaked patch so uname -a on MIPS systems accurately displays cpuinfo
Diffstat (limited to 'sys-apps/sh-utils/files')
-rw-r--r-- | sys-apps/sh-utils/files/sh-utils-2.0.15-gentoo.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/sh-utils/files/sh-utils-2.0.15-gentoo.diff b/sys-apps/sh-utils/files/sh-utils-2.0.15-gentoo.diff index ee1dcce04ab6..d102022e1c61 100644 --- a/sys-apps/sh-utils/files/sh-utils-2.0.15-gentoo.diff +++ b/sys-apps/sh-utils/files/sh-utils-2.0.15-gentoo.diff @@ -46,7 +46,7 @@ + "type", "cpu" + #endif + #if defined(__mips__) -+ "processor", "system type" ++ "cpu model", "system type" + #endif + #if defined(PPC) + "processor", "cpu" |