# System-wide .profile file for sh(1).
# Uncomment this to give you the default 4.2 behavior, where disk 
# information is shown in K-Blocks
# BLOCKSIZE=K; export BLOCKSIZE
# Uncomment next three lines to activate Russian locale
# LANG=ru_RU.KOI8-R; export LANG
# MM_CHARSET=KOI8-R; export MM_CHARSET
# LC_ALL=ru_RU.KOI8-R; export LC_ALL
# Uncomment next three lines to activate Italian locale
# LANG=it_IT.ISO_8859-1; export LANG
# MM_CHARSET=ISO-8859-1; export MM_CHARSET
# LC_ALL=it_IT.ISO_8859-1; export LC_ALL
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
# Read system messages
# msgs -f
# Allow terminal messages
# mesg y

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin
export PATH

BLOCKSIZE=K; export BLOCKSIZE
LANG=ja_JP.EUC; export LANG

JSERVER=localhost
CANNASERVER=localhost
NNTPSERVER=localhost
export JSERVER CANNASERVER NNTPSERVER

EDITOR=mule
PAGER=less
LESS=-M
export EDITOR PAGER LESS

GDK_CONV=
export GDK_CONV  # for GIMP

RCSINIT=-zLT
export RCSINIT

export PERL_BADLANG

export JAVA_HOME=/usr/local/jdk1.1.8
export SWING_HOME=/usr/local/share/java/classes/jfc-1.1.1


/bin/test -t 0  # login from terminal(not rsh)
if [ $? -eq 0 ] ; then
    stty echoe brkint kill '^-' quit '^-' eol '^-' erase '^H' cs8 -istrip
fi
