# OpenGroupware.org user profile

# new files can be read/written by the opengroupware user.
umask 007

OGOSH="/usr/lib/opengroupware.org/OpenGroupware.org.sh"

if test -f $OGOSH; then
  source $OGOSH
else
  echo "Your environment seems to be broken as I can't find $OGOSH"
fi

export SASL_PATH=\"${GNUSTEP_USER_ROOT}/Library/Plugins/Plain.plugin/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO\"

export PYTHONPATH="${GNUSTEP_USER_ROOT}/Tools"

export PILOTPORT="net:any:14238"
