Author: ps-guest Date: 2006-02-17 10:00:29 +0000 (Fri, 17 Feb 2006) New Revision: 1226
Modified: trunk/kfreebsd-6/debian/arch/i386/586-smp.config trunk/kfreebsd-6/debian/arch/i386/686-smp.config Log: add SMP to ident string (same as in kfreebsd-5) Modified: trunk/kfreebsd-6/debian/arch/i386/586-smp.config =================================================================== --- trunk/kfreebsd-6/debian/arch/i386/586-smp.config 2006-02-17 09:30:00 UTC (rev 1225) +++ trunk/kfreebsd-6/debian/arch/i386/586-smp.config 2006-02-17 10:00:29 UTC (rev 1226) @@ -4,7 +4,7 @@ cpu I586_CPU cpu I686_CPU makeoptions COPTFLAGS="-O -pipe -march=i586" -ident Debian-i586 +ident Debian-i586-SMP # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. Modified: trunk/kfreebsd-6/debian/arch/i386/686-smp.config =================================================================== --- trunk/kfreebsd-6/debian/arch/i386/686-smp.config 2006-02-17 09:30:00 UTC (rev 1225) +++ trunk/kfreebsd-6/debian/arch/i386/686-smp.config 2006-02-17 10:00:29 UTC (rev 1226) @@ -3,7 +3,7 @@ machine i386 cpu I686_CPU makeoptions COPTFLAGS="-O -pipe -march=i686" -ident Debian-i686 +ident Debian-i686-SMP # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

