From 92d5f1aaf1de48b9f4a59f4f8598c4db59e6e728 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 16 Aug 2005 15:19:27 +0000 Subject: [PATCH] patched up to work with new jserver git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@483 9efc2488-bf62-4759-914b-345cdb29e865 --- bin/opensrf_all | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/opensrf_all b/bin/opensrf_all index 78cb44f..cf6eaab 100755 --- a/bin/opensrf_all +++ b/bin/opensrf_all @@ -41,6 +41,7 @@ JSERVERSOCK="$PREFIX/var/sock/jserver.sock"; # jabber server socket file JSERVERLOG="$LOGDIR/jserver.log" # jabber server log JSERVERPORT=5222; # jabber server port JSERVERLEVEL=3; # can be 1-4, 4 is the highest +JSERVERIP="*"; # can be "*" or a specific local IP address ROUTERLOG="$LOGDIR/router.log" # jabber router log # -------------------------------------------------------------------------- # -------------------------------------------------------------------------- @@ -74,7 +75,7 @@ function startJserver { fi; rm -f "$JSERVERSOCK"; - "$BINDIR/$JSERVERBIN" $JSERVERPORT "$JSERVERSOCK" "$JSERVERLEVEL" "$JSERVERLOG" + "$BINDIR/$JSERVERBIN" $JSERVERPORT "$JSERVERIP" "$JSERVERSOCK" "$JSERVERLEVEL" "$JSERVERLOG" } -- 2.43.2