#!/bin/sh
#
#*******************************************************************************
#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#*******************************************************************************
#

#
## Warning:
##
## This file is for use internally by Kiosk Session Service. Alterations to
## this file are not supported. 
## 
## Any changes to this file may break the Kiosk Session Service and will most
## likely be lost during future updates or patch applications.
#

KIOSK_CONFIG_DIR=/etc/opt/SUNWkio
KIOSK_VAR_DIR=/var/opt/SUNWkio

KIOSK_APPS_DIR=$KIOSK_CONFIG_DIR/applications
KIOSK_SESSIONS_DIR=$KIOSK_CONFIG_DIR/sessions
KIOSK_PROTOS_DIR=$KIOSK_CONFIG_DIR/prototypes

KIOSK_USER_COMMENT=KioskSessionServiceUser
KIOSK_USER_HOME=$KIOSK_VAR_DIR/home
KIOSK_USER_SHELL=/bin/sh

KIOSK_TEXTDOMAIN=kiosk
KIOSK_TEXTDOMAINDIR=/opt/SUNWkio/lib/locale

KIOSK_DEBUG=0
