#! /bin/csh
# Copyright (c) 1993 Xerox Corporation.  All rights reserved.

if (! $?XeroxCedar) then
   echo "XeroxCedar must be defined in the environment to run Cedar"
   exit
endif

cat $XeroxCedar/../COPYRIGHT
cd $XeroxCedar/cdpackage/solaris2
setenv PATH .:$PATH

# removing -noexec from the line below will enable some features of Cedar
# for creating and using unix processes at the expense of creating
# a security hole.  Use at your own risk.

./xrpcr  -noexec -initial←command "@ ../common/x11v.pcr"