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
|
Thu Jul 06 12:04:53 MST 2006 - jnorman@novell.com
|
||||||
- Bug 190532. Compute properly length when escaping SecretIDs
|
- Bug 190532. Compute properly length when escaping SecretIDs
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
HOST_ARCH=`uname -a | grep -c x86_64`
|
HOST_ARCH=`uname -a | grep -c x86_64`
|
||||||
if [ $HOST_ARCH -gt 0 ]
|
if [ $HOST_ARCH -gt 0 ]
|
||||||
then ARCH_LIB=64
|
then ARCH_LIB=64
|
||||||
else
|
else
|
||||||
ARCH_LIB=
|
ARCH_LIB=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
export MONO_PATH=/usr/lib$ARCH_LIB/
|
export MONO_PATH=/usr/lib$ARCH_LIB/
|
||||||
mono /usr/bin/CASAManager.exe &
|
mono /usr/bin/CASAManager.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user