:
#	@(#) root.profile 23.2 91/08/29 
#
#	Copyright (C) 1989-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.
#

SHELL=/bin/sh
HOME=/
PATH=.:/bin:/etc:/usr/bin:/tcb/bin:/usr/local/bin

# set terminal type
eval `tset -m ansi:ansi -m :\?$TERM -e -s -Q`

MAIL=/usr/spool/mail/`logname`          # mailbox location

# use default system file creation mask

PS1='DS# '

export TERM PATH SHELL HOME MAIL

# resize if logging in from an xterm

if [ $TERM = "xterm" ] ; then
   eval `/usr/bin/X11/resize`
fi

[ -x /bin/mesg ] && mesg n		# if mesg is installed...
if [ -x /usr/bin/grep -o -x /bin/grep ] ; then		### MERGE
echo $PATH | grep ":/usr/dbin" > /dev/null 2>&1		### MERGE
[ $? -ne 0 ] && PATH=$PATH:/usr/dbin; export PATH	### MERGE
fi							### MERGE
if [ -x /usr/bin/grep -o -x /bin/grep ] ; then		### MERGE
echo $PATH | grep ":/usr/ldbin" > /dev/null 2>&1		### MERGE
[ $? -ne 0 ] && PATH=$PATH:/usr/ldbin; export PATH	### MERGE
fi							### MERGE
MERGE_SPCL_MSG="DOS Services"; export MERGE_SPCL_MSG	### MERGE
CODEPAGE="pc437"; export CODEPAGE	### MERGE
COUNTRY="1"; export COUNTRY	### MERGE
KEYB="us"; export KEYB	### MERGE
