#!/bin/sh
# this line will be changed by the install script
# this line will be changed by the install script

# ###############################################################
# Exceed Connection Server 2008
# Copyright (c) 1997-2008 Hummingbird Ltd. All Rights Reserved.
# ###############################################################
# keymanager
# $Revision: 10408 $
# ###############################################################

keyfile=${Installpath}"/conf/admin/akeys"
touch $keyfile
exec ${Installpath}/bin/sys/keymgr $keyfile 
