From: Eric Merritt <[email protected]>

---
 bin/sinan |   42 ------------------------------------------
 1 files changed, 0 insertions(+), 42 deletions(-)
 delete mode 100755 bin/sinan

diff --git a/bin/sinan b/bin/sinan
deleted file mode 100755
index 0e5ee4b..0000000
--- a/bin/sinan
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-
-LOGDIR=~/.sinan/logs
-CONFIGDIR=~/.sinan/config
-
-mkdir -p $LOGDIR
-mkdir -p $CONFIGDIR
-
-#### Fill in values for these variables ####
-REL_NAME=sinan
-REL_VSN=1.0.1
-ERTS_VSN=5.8.4
-###########################################
-
-PROG=$0
-test -h $0 && PROG=$(readlink $0)
-PREFIX=$(cd $(dirname $(dirname $PROG)); pwd)
-
-CONFIGFILE=$CONFIGDIR/sinserv-$REL_VSN.config
-if [ ! -f $CONFIGFILE ]; then
-
-echo " [{kernel, [{error_logger, {file, \"$LOGDIR/kernel.log\"}}]}, \
-{sasl,[{sasl_error_logger, {file, \"$LOGDIR/sasl.log\"}}]}]." > $CONFIGFILE
-fi
-
-
-
-export ROOTDIR=$PREFIX
-export BINDIR=$PREFIX/erts-$ERTS_VSN/bin
-export EMU=beam
-export PROGNAME=erl
-export LD_LIBRARY_PATH=$PREFIX/erts-$ERTS_VSN/lib
-
-REL_DIR=$PREFIX/releases/$REL_NAME-$REL_VSN
-
-if [ $# -eq 1 ] && [ $1 = "shell" ]; then
-    INVOCATION_SUFFIX=" -run sinan run_sinan "
-else
-    INVOCATION_SUFFIX=" -noshell -run sinan main "
-fi
-
-$BINDIR/erlexec -config $CONFIGFILE -boot $REL_DIR/$REL_NAME 
$INVOCATION_SUFFIX -extra "$@"
-- 
1.7.6.4

-- 
You received this message because you are subscribed to the Google Groups 
"erlware-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/erlware-dev?hl=en.

Reply via email to