Bug 173648. Exec CASAManager.exe in the forground.

This commit is contained in:
Jim Norman 2006-07-06 20:34:39 +00:00
parent 47d1509d82
commit 803b5ef661
2 changed files with 15 additions and 11 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------
Thu Jul 06 14:32:53 MST 2006 - jnorman@novell.com
- Bug 173648. Exec CASAManager.exe in the forground.
--------------------------------------------------------------------
Thu Jul 06 12:04:53 MST 2006 - jnorman@novell.com
- Bug 190532. Compute properly length when escaping SecretIDs

View File

@ -1,11 +1,11 @@
#!/bin/sh
HOST_ARCH=`uname -a | grep -c x86_64`
if [ $HOST_ARCH -gt 0 ]
then ARCH_LIB=64
else
ARCH_LIB=
fi
export MONO_PATH=/usr/lib$ARCH_LIB/
mono /usr/bin/CASAManager.exe &
#!/bin/sh
HOST_ARCH=`uname -a | grep -c x86_64`
if [ $HOST_ARCH -gt 0 ]
then ARCH_LIB=64
else
ARCH_LIB=
fi
export MONO_PATH=/usr/lib$ARCH_LIB/
mono /usr/bin/CASAManager.exe