#1848 Camcaster renaming done in import.sh, dumpDbSchema.sh and Makefile.in

This commit is contained in:
tomash 2006-10-15 23:52:59 +00:00
parent 74cf8cef66
commit e0e9ee8a2c
3 changed files with 19 additions and 19 deletions

View file

@ -2,22 +2,22 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Copyright (c) 2004 Media Development Loan Fund # Copyright (c) 2004 Media Development Loan Fund
# #
# This file is part of the LiveSupport project. # This file is part of the Campcaster project.
# http://livesupport.campware.org/ # http://campcaster.campware.org/
# To report bugs, send an e-mail to bugs@campware.org # To report bugs, send an e-mail to bugs@campware.org
# #
# 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 # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or # the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. # (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 # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # 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 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
@ -26,7 +26,7 @@
# Location : $URL$ # Location : $URL$
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script dumps the schema of the LiveSupport database. # This script dumps the schema of the Campcaster database.
# #
# To get usage help, try the -h option # To get usage help, try the -h option
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -48,7 +48,7 @@ filelistpathname=.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
printUsage() printUsage()
{ {
echo "This script dumps the schema of the LiveSupport database."; echo "This script dumps the schema of the Campcaster database.";
echo "parameters:"; echo "parameters:";
echo ""; echo "";
echo " -h, --help Print this message and exit."; echo " -h, --help Print this message and exit.";

View file

@ -2,22 +2,22 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Copyright (c) 2004 Media Development Loan Fund # Copyright (c) 2004 Media Development Loan Fund
# #
# This file is part of the LiveSupport project. # This file is part of the Campcaster project.
# http://livesupport.campware.org/ # http://campcaster.campware.org/
# To report bugs, send an e-mail to bugs@campware.org # To report bugs, send an e-mail to bugs@campware.org
# #
# 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 # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or # the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. # (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 # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # 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 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
@ -26,7 +26,7 @@
# Location : $URL$ # Location : $URL$
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script imports audio files to LiveSupport storageServer. # This script imports audio files to Campcaster storageServer.
# #
# To get usage help, try the -h option # To get usage help, try the -h option
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -48,7 +48,7 @@ filelistpathname=.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
printUsage() printUsage()
{ {
echo "LiveSupport import script."; echo "Campcaster import script.";
echo "parameters:"; echo "parameters:";
echo ""; echo "";
echo " -d, --directory The source directory, required;"; echo " -d, --directory The source directory, required;";

View file

@ -2,21 +2,21 @@
# getID3 - read and writes tags in media files - see getid3.readme.txt # getID3 - read and writes tags in media files - see getid3.readme.txt
# getID3 by James Heinrich <getid3@users.sourceforge.net> # getID3 by James Heinrich <getid3@users.sourceforge.net>
# #
# This file is part of the LiveSupport project. # This file is part of the Campcaster project.
# Copyright (c) 2004 Media Development Loan Fund # Copyright (c) 2004 Media Development Loan Fund
# #
# 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 # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or # the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. # (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 # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # 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 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
@ -70,7 +70,7 @@ prefix = @prefix@
USR_DIR = ${prefix} USR_DIR = ${prefix}
DEST_DIR = ${USR_DIR} DEST_DIR = ${USR_DIR}
PHPPART_DIR = ${prefix}/var/LiveSupport/storageAdmin/var PHPPART_DIR = ${prefix}/var/Campcaster/storageAdmin/var
STORAGE_SERVER = @STORAGE_SERVER@ STORAGE_SERVER = @STORAGE_SERVER@
PHPPART_DIR_S=$(shell ${ECHO} ${PHPPART_DIR} | ${SED} -e "s/\//\\\\\\\\\//g") PHPPART_DIR_S=$(shell ${ECHO} ${PHPPART_DIR} | ${SED} -e "s/\//\\\\\\\\\//g")