<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sun, 2011-01-02 at 10:17 -0800, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On 01/ 2/11 05:58 AM, Gaetan Nadon wrote:
&gt; Using *Linux* rather than Linux is misleading to the user as it
&gt; implies there are a large number of possibilities.
&gt; 
&gt; In addition, FreeBSD | NetBSD | OpenBSD is more informative than *BSD*
&gt; which is not used in config.guess.

But does not include the occassional new variant of BSD that comes up,
like DragonflyBSD, or the hybrids, like GNU/kFreeBSD.   (Not that I'm
sure off hand what the $HOST_OS for either of those look like.)

</PRE>
</BLOCKQUOTE>
The `uname -s` value for Dragonfly as per config.guess:
<PRE>
&nbsp;&nbsp;&nbsp; *:DragonFly:*:*)
        echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
        exit ;;
</PRE>
As it is today, the script would skip the input-joystick driver for this OS. That's the confusion I am trying to clear, with the reviewers help. <BR>
<BR>
Looking at this driver's configuration, it should work on Dragonfly. As for the GNU hybrids, the value returned by `uname -m` is &quot;GNU/*&quot; so I can use that to cover those cases. That would complete the list with today's best current knowledge. Some maintenance in the future is unavoidable but should be reasonable.<BR>
<BR>
Thanks<BR>
<BR>
Gaetan
</BODY>
</HTML>