From b056cfe7cc86e8fcb4bd6e740cdfcc2163d557cb Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Thu, 18 Oct 2007 13:00:27 +0000 Subject: [PATCH] KTS-2430 "Create proper init script for stack install" Corrected port number. --- examples/linux/init/dmsctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/linux/init/dmsctl.sh b/examples/linux/init/dmsctl.sh index 346465d..746664b 100644 --- a/examples/linux/init/dmsctl.sh +++ b/examples/linux/init/dmsctl.sh @@ -43,7 +43,7 @@ XVFB_STATUS="" SOFFICE_PATH="$INSTALL_PATH/openoffice/program" SOFFICE_PIDFILE=$INSTALL_PATH/openoffice/soffice.bin.pid SOFFICE_PID="" -SOFFICE_PORT="8001" +SOFFICE_PORT="8100" SOFFICEBIN=$INSTALL_PATH/openoffice/program/soffice.bin SOFFICE="$SOFFICEBIN -nofirststartwizard -nologo -headless -display :$VDISPLAY -accept=socket,host=localhost,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager" SOFFICE_STATUS="" -- libgit2 0.21.4