Commit b056cfe7cc86e8fcb4bd6e740cdfcc2163d557cb

Authored by kevin_fourie
1 parent d8e21ec2

KTS-2430

"Create proper init script for stack install"
Corrected port number.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7413 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
examples/linux/init/dmsctl.sh
@@ -43,7 +43,7 @@ XVFB_STATUS="" @@ -43,7 +43,7 @@ XVFB_STATUS=""
43 SOFFICE_PATH="$INSTALL_PATH/openoffice/program" 43 SOFFICE_PATH="$INSTALL_PATH/openoffice/program"
44 SOFFICE_PIDFILE=$INSTALL_PATH/openoffice/soffice.bin.pid 44 SOFFICE_PIDFILE=$INSTALL_PATH/openoffice/soffice.bin.pid
45 SOFFICE_PID="" 45 SOFFICE_PID=""
46 -SOFFICE_PORT="8001" 46 +SOFFICE_PORT="8100"
47 SOFFICEBIN=$INSTALL_PATH/openoffice/program/soffice.bin 47 SOFFICEBIN=$INSTALL_PATH/openoffice/program/soffice.bin
48 SOFFICE="$SOFFICEBIN -nofirststartwizard -nologo -headless -display :$VDISPLAY -accept=socket,host=localhost,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager" 48 SOFFICE="$SOFFICEBIN -nofirststartwizard -nologo -headless -display :$VDISPLAY -accept=socket,host=localhost,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager"
49 SOFFICE_STATUS="" 49 SOFFICE_STATUS=""