Bug 173648. Exec CASAManager.exe in the forground.
This commit is contained in:
parent
47d1509d82
commit
803b5ef661
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user