OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 09-Sep-2003 11:28:08 Branch: HEAD Handle: 2003090910280800 Modified files: openpkg-src/openpkg platform Log: correctly determine Pentium Xeon CPU under FreeBSD Summary: Revision Changes Path 1.5 +1 -1 openpkg-src/openpkg/platform ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/platform ============================================================================ $ cvs diff -u -r1.4 -r1.5 platform --- openpkg-src/openpkg/platform 9 Sep 2003 09:07:58 -0000 1.4 +++ openpkg-src/openpkg/platform 9 Sep 2003 09:28:08 -0000 1.5 @@ -328,7 +328,7 @@ AP="${AC}" AT=`(/sbin/sysctl -n hw.model) 2>&1` case "${AT}" in - *"Pentium Pro"* | *"Cyrix 6x86MX"* | *"Pentium II"* | *"Pentium III"* | *"Pentium 4"* | *"Celeron"* ) AT="i686" ;; + *"Xeon"* | *"Pentium Pro"* | *"Cyrix 6x86MX"* | *"Pentium II"* | *"Pentium III"* | *"Pentium 4"* | *"Celeron"* ) AT="i686" ;; *"Pentium"* ) AT="i586" ;; *"i486[SD]X"* | *"Cyrix 486"* | *"Cyrix [56]x86"* | *"Blue Lightning" | *"Cyrix 486S/DX" ) AT="i486" ;; *"i386[SD]X"* | *"NexGen 586"* ) AT="i386" ;; * ) AT="${AP}" ;; @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]