Diff for /src/contrib/ntp/Attic/config.guess between versions 1.1 and 1.2

version 1.1, 2003/06/17 02:45:53 version 1.2, 2003/11/19 00:51:34
Line 2 Line 2
 # Attempt to guess a canonical system name.  # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 #   Free Software Foundation, Inc.  #   Free Software Foundation, Inc.
   #
   # $DragonFly$
   
 timestamp='2001-06-29'  timestamp='2001-06-29'
   
Line 726  EOF Line 728  EOF
     *:FreeBSD:*:*)      *:FreeBSD:*:*)
         echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`          echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
         exit 0 ;;          exit 0 ;;
       *:DragonFly:*:*)
           echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
           exit 0 ;;
     *:OpenBSD:*:*)      *:OpenBSD:*:*)
         echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`          echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
         exit 0 ;;          exit 0 ;;

Removed from v.1.1  
changed lines
  Added in v.1.2