[BACK]Return to httpd-rpc.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/httpd-rpc.sh between version 1.5 and 1.6

version 1.5, 2002/11/03 12:43:02 version 1.6, 2002/11/04 05:40:40
Line 1 
Line 1 
 #! /bin/sh  #! /bin/sh
 # $OpenXM: OpenXM/src/kan96xx/Doc/httpd-rpc.sh,v 1.4 2002/10/30 13:23:06 takayama Exp $  # $OpenXM: OpenXM/src/kan96xx/Doc/httpd-rpc.sh,v 1.5 2002/11/03 12:43:02 takayama Exp $
 # OpenXM/rc/dot.bashrc must be read before execution of this script.  # OpenXM/rc/dot.bashrc must be read before execution of this script.
 # source ${OpenXM_HOME}/rc/dot.bashrc  # source ${OpenXM_HOME}/rc/dot.bashrc
 #  #
Line 12  OXWEB_PORT=8090
Line 12  OXWEB_PORT=8090
 export OXWEB_PORT  export OXWEB_PORT
 #  #
 # asirrc is executed when risa/asir starts. Override it if necessary.  # asirrc is executed when risa/asir starts. Override it if necessary.
   # You can also define your own command in this file.
   #ASIR_CONFIG=httpd-rpc-asirrc.rr
 #ASIR_CONFIG=${OpenXM_HOME}/rc/asirrc  #ASIR_CONFIG=${OpenXM_HOME}/rc/asirrc
 #export ASIR_CONFIG  #export ASIR_CONFIG
 #  #
 # Set your own httpd-rpc file if necessary.  # Set your own httpd-rpc file if necessary.
   # OXWEB_HTTPD_RPC=httpd-rpc-${OXWEB_PORT}.sm1
 OXWEB_HTTPD_RPC=httpd-rpc.sm1  OXWEB_HTTPD_RPC=httpd-rpc.sm1
 export OXWEB_HTTPD_RPC  export OXWEB_HTTPD_RPC
 #  #

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>