Subject: re: CVS commit: pkgsrc/sysutils/koncd
To: David Brownlee <abs@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: pkgsrc-changes
Date: 06/12/2001 19:47:43
   	Its more than just i386 - you should probably be including
   	sys/disklabel.h and testing the value of RAW_PART

no, one should use getrawpartition() from libutils.  (the data comes
from a sysctl.)  this ensures that same-MACHINE_ARCH machines can
share binaries correctly.
   
   > Module Name:	pkgsrc
   > Committed By:	bouyer
   > Date:		Mon Jun 11 17:58:00 UTC 2001
   >
   > Modified Files:
   > 	pkgsrc/sysutils/koncd: distinfo
   > 	pkgsrc/sysutils/koncd/patches: patch-aa
   >
   > Log Message:
   > Thomas is rigth, we can't use /dev/rcd?d on all platform.
   > #ifdef __i386
   > use /dev/rcd%dd
   > #else
   > use /dev/rcd%dc
   > #endif
   >
   >
   > To generate a diff of this commit:
   > cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/koncd/distinfo
   > cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/koncd/patches/patch-aa
   >
   > Please note that diffs are not public domain; they are subject to the
   > copyright notices on the relevant files.
   >
   >