File excalibur-r508111-fortress-platform-05-script.patch of Package excalibur
--- fortress/platform/src/bin/fortress.sh.sav 2007-04-05 14:40:01.000000000 +0200
+++ fortress/platform/src/bin/fortress.sh 2007-04-05 14:41:16.000000000 +0200
@@ -1,4 +1,5 @@
#! /bin/sh
+set -x
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
@@ -33,8 +34,8 @@
APP_LONG_NAME="Test Wrapper Sample Application"
# Wrapper
-WRAPPER_CMD="./wrapper"
-WRAPPER_CONF="../conf/wrapper.conf"
+WRAPPER_CMD="/usr/sbin/tanukiwrapper"
+WRAPPER_CONF="/usr/share/fortress/conf/wrapper.conf"
# Priority at which to run the wrapper. See "man nice" for valid priorities.
# nice is only used if a priority is specified.