Index: ossp-pkg/shtool/THANKS RCS File: /v/ossp/cvs/ossp-pkg/shtool/THANKS,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/shtool/THANKS,v' 2>/dev/null --- THANKS 2002/07/11 17:23:24 1.22 +++ THANKS 2002/09/04 09:58:42 1.23 @@ -29,6 +29,7 @@ o Peter Simons o Evgeny Stambulchik o Gopal Narayanan + o Miles Egan ...and all other shtool users who gave me feedback but I've forgot. Index: ossp-pkg/shtool/sh.guessos RCS File: /v/ossp/cvs/ossp-pkg/shtool/Attic/sh.guessos,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/shtool/Attic/sh.guessos,v' 2>/dev/null --- sh.guessos 2001/09/23 10:58:10 1.21 +++ sh.guessos 2002/09/04 09:58:42 1.22 @@ -210,6 +210,10 @@ esac echo "${MACHINE}-apple-rhapsody${RELEASE}"; exit 0 ;; + Darwin:*:*:*) + MACHINE=`uname -p` + echo "${MACHINE}-apple-darwin${RELEASE}"; exit 0 + ;; "Mac OS":*:*:*) MACHINE=`uname -p` echo "${MACHINE}-apple-macos${RELEASE}"; exit 0