:
#	@(#) osvers 23.2 91/08/29 
#
#	Copyright (C) 1987-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#

OALIB=${OALIB-"/usr/lib/oa"}
PATH=$OALIB/utilbin:$PATH

eval oainit 2>/dev/null || (oash $0; kill $$)
. `findfile shell_strs`

TEMP=/tmp/fm1$$
 #OSVERS1="OS Version Information"
 # The unix and xenix versions of uname differ in their paramaters, 
 # first try unix, if that fails try xenix 
uname -aX >$TEMP 2>/dev/null || uname -a >$TEMP 2>/dev/null

wmopen 1 15 40 6 20 
wmtitle "$OSVERS1" 
wmmessage -r "$USEARROW"
scan $TEMP
rm -f $TEMP
oadeinit
