### --*-sh-*-- ### ### Personal & site dependent settings. ### Called by `.profile'. ### Author: Tudor Hulubei ### $Id: .sitedep,v 1.1 2005/05/09 17:04:03 tudor Exp $ ### REPLYTO="Tudor Hulubei " ORGANIZATION="Hulubei.Net" NNTPSERVER=netnews.attbi.com SMTPSERVER=localhost #UUCPSERVER= #LANG=ro # Add to SITEPATH all the directories you want to be added to PATH later. # Note: The system provided PATH will not be used. SITEPATH=/local/bin MANPATH=/local/man:$MANPATH LD_LIBRARY_PATH=/local/lib:$LD_LIBRARY_PATH # Add to SITECLASSPATH all the directories you want to be added to # CLASSPATH later. # Note: The system provided CLASSPATH will not be used. SITECLASSPATH= CVS_RSH=ssh # CVS works over SSH. CVSROOT=~/cvsroot # The CVS repository. # CVSROOT=:ext:tudor@hulubei.homeip.net:/home/tudor/cvsroot # CVS over SSH. CORELHOME=/opt/corel # Corel Draw for Linux needs this. JAVA_HOME=/opt/java # Java installation directory. PLAYMIDIVOL=50 # The default volume. PLAYMIDIOPT="-e" # Play to the external MIDI device. COLORTERM=xterm # All xterms clones I use support ANSI colors. #SOUND="yes" # Sound support in XEmacs. EF_PROTECT_FREE=1 # Activate Electric Fence. PILOTRATE=115200 # Set a higher communication speed for Palm. # Autodetect the KDE installation directory. if [ -x /opt/kde2/bin/kwm ]; then KDEDIR=/opt/kde2 else if [ -x /opt/kde/bin/kwm ]; then KDEDIR=/opt/kde else KDEDIR=/usr fi fi