From f813b837d13f06c53f1dd3d8ed3332cbf4c1f3cb Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 4 Aug 2005 17:07:36 +0000 Subject: [PATCH] corrected some typos --- livesupport/products/gLiveSupport/etc/Makefile.in | 8 ++++---- livesupport/products/scheduler/etc/Makefile.in | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/livesupport/products/gLiveSupport/etc/Makefile.in b/livesupport/products/gLiveSupport/etc/Makefile.in index c82faca1d..cbc2203dd 100644 --- a/livesupport/products/gLiveSupport/etc/Makefile.in +++ b/livesupport/products/gLiveSupport/etc/Makefile.in @@ -20,8 +20,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.49 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.50 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/etc/Makefile.in,v $ # # @configure_input@ @@ -97,8 +97,8 @@ REPLACE_SED_STRING="s/ls_var_dir/${USR_VAR_DIR_S}/; \ s/ls_php_urlPrefix/${PHP_URL_PREFIX_S}/; \ s/ls_php_host/${HOSTNAME}/; \ s/ls_php_port/${WWW_PORT}/; \ - s/ls_alib_xmlRpcPrefix/${ALIB_XML_RPC_PREFIX_S}/; \ - s/ls_tmp_dir/${USR_TMP_DIR_S}/; \ + s/ls_alib_xmlRpcPrefix/${ALIB_XML_RPC_PREFIX_S}/; \ + s/ls_tmp_dir/${USR_TMP_DIR_S}/; \ s/ls_audio_output_device/${AUDIO_OUT_S}/; \ s/ls_audio_cue_device/${AUDIO_CUE_S}/; \ s/ls_scheduler_host/${HOSTNAME}/; \ diff --git a/livesupport/products/scheduler/etc/Makefile.in b/livesupport/products/scheduler/etc/Makefile.in index 6c00619de..eaa4dfdc6 100644 --- a/livesupport/products/scheduler/etc/Makefile.in +++ b/livesupport/products/scheduler/etc/Makefile.in @@ -20,8 +20,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.66 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.67 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/etc/Makefile.in,v $ # # @configure_input@ @@ -89,11 +89,11 @@ REPLACE_SED_STRING="s/ls_lib_dir/${USR_LIB_DIR_S}/; \ s/ls_dbpassword/${DB_PASSWORD}/; \ s/ls_dbserver/${DB_SERVER}/; \ s/ls_database/${DATABASE}/; \ - s/ls_php_urlPrefix/\/${PHP_URL_PREFIX_S}/; \ + s/ls_php_urlPrefix/${PHP_URL_PREFIX_S}/; \ s/ls_php_host/${HOSTNAME}/; \ s/ls_php_port/${WWW_PORT}/; \ - s/ls_alib_xmlRpcPrefix/${ALIB_XML_RPC_PREFIX_S}/; \ - s/ls_tmp_dir/${USR_TMP_DIR_S}/; \ + s/ls_alib_xmlRpcPrefix/${ALIB_XML_RPC_PREFIX_S}/; \ + s/ls_tmp_dir/${USR_TMP_DIR_S}/; \ s/ls_audio_output_device/${AUDIO_OUT_S}/; \ s/ls_scheduler_host/${HOSTNAME}/; \ s/ls_scheduler_port/${SCHEDULER_PORT}/;"