From 6fdaab0ef0afe63085e0212ddf978aef031d259a Mon Sep 17 00:00:00 2001 From: tomash Date: Sun, 15 Oct 2006 23:44:55 +0000 Subject: [PATCH] #1848 Camcaster renaming done in conf.php and Makefile.in --- livesupport/src/modules/alib/etc/Makefile.in | 18 +++++++++--------- .../src/modules/alib/var/example/conf.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/livesupport/src/modules/alib/etc/Makefile.in b/livesupport/src/modules/alib/etc/Makefile.in index a3a3a9ce3..6042cc22b 100644 --- a/livesupport/src/modules/alib/etc/Makefile.in +++ b/livesupport/src/modules/alib/etc/Makefile.in @@ -2,20 +2,20 @@ # Alib - authentication and authorizaction component # Copyright (c) 2004 Media Development Loan Fund # -# This file is part of the LiveSupport project. +# This file is part of the Campcaster project. # -# LiveSupport is free software; you can redistribute it and/or modify +# Campcaster is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# LiveSupport is distributed in the hope that it will be useful, +# Campcaster is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with LiveSupport; if not, write to the Free Software +# along with Campcaster; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # @@ -118,16 +118,16 @@ distclean: clean docclean check: all install: all - ${MKDIR} ${USR_VAR_DIR}/LiveSupport/alib/var -# ${MKDIR} ${USR_VAR_DIR}/LiveSupport/alib/var/xmlrpc - ${CP} ${VAR_DIR}/*.php ${USR_VAR_DIR}/LiveSupport/alib/var -# ${CP} ${VAR_DIR}/xmlrpc/*.php ${USR_VAR_DIR}/LiveSupport/alib/var/xmlrpc + ${MKDIR} ${USR_VAR_DIR}/Campcaster/alib/var +# ${MKDIR} ${USR_VAR_DIR}/Campcaster/alib/var/xmlrpc + ${CP} ${VAR_DIR}/*.php ${USR_VAR_DIR}/Campcaster/alib/var +# ${CP} ${VAR_DIR}/xmlrpc/*.php ${USR_VAR_DIR}/Campcaster/alib/var/xmlrpc #------------------------------------------------------------------------------- # Specific targets #------------------------------------------------------------------------------- -# IMPORTANT: db_init and db_clean are commented out only for Livesupport, +# IMPORTANT: db_init and db_clean are commented out only for Campcaster, # where alib is initialized through storageServer module db_init: diff --git a/livesupport/src/modules/alib/var/example/conf.php b/livesupport/src/modules/alib/var/example/conf.php index 94c5025e6..dd201a4cb 100644 --- a/livesupport/src/modules/alib/var/example/conf.php +++ b/livesupport/src/modules/alib/var/example/conf.php @@ -34,7 +34,7 @@ $config = array( 'password' => 'test', 'hostspec' => 'localhost', 'phptype' => 'pgsql', - 'database' => 'LiveSupport-test' + 'database' => 'Campcaster-test' ), 'tblNamePrefix' => 'al_', # 'tblNamePrefix' => 'gb_',