From e0e9ee8a2c09db1cc7178c43a7201851d33331e7 Mon Sep 17 00:00:00 2001 From: tomash Date: Sun, 15 Oct 2006 23:52:59 +0000 Subject: [PATCH] #1848 Camcaster renaming done in import.sh, dumpDbSchema.sh and Makefile.in --- .../src/modules/storageAdmin/bin/dumpDbSchema.sh | 14 +++++++------- livesupport/src/modules/storageAdmin/bin/import.sh | 14 +++++++------- .../src/modules/storageAdmin/etc/Makefile.in | 10 +++++----- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/livesupport/src/modules/storageAdmin/bin/dumpDbSchema.sh b/livesupport/src/modules/storageAdmin/bin/dumpDbSchema.sh index 9cd6e0c79..80cd03751 100755 --- a/livesupport/src/modules/storageAdmin/bin/dumpDbSchema.sh +++ b/livesupport/src/modules/storageAdmin/bin/dumpDbSchema.sh @@ -2,22 +2,22 @@ #------------------------------------------------------------------------------- # Copyright (c) 2004 Media Development Loan Fund # -# This file is part of the LiveSupport project. -# http://livesupport.campware.org/ +# This file is part of the Campcaster project. +# http://campcaster.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 # 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 # # @@ -26,7 +26,7 @@ # 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 #------------------------------------------------------------------------------- @@ -48,7 +48,7 @@ filelistpathname=. #------------------------------------------------------------------------------- printUsage() { - echo "This script dumps the schema of the LiveSupport database."; + echo "This script dumps the schema of the Campcaster database."; echo "parameters:"; echo ""; echo " -h, --help Print this message and exit."; diff --git a/livesupport/src/modules/storageAdmin/bin/import.sh b/livesupport/src/modules/storageAdmin/bin/import.sh index a2e6b0266..f86987630 100755 --- a/livesupport/src/modules/storageAdmin/bin/import.sh +++ b/livesupport/src/modules/storageAdmin/bin/import.sh @@ -2,22 +2,22 @@ #------------------------------------------------------------------------------- # Copyright (c) 2004 Media Development Loan Fund # -# This file is part of the LiveSupport project. -# http://livesupport.campware.org/ +# This file is part of the Campcaster project. +# http://campcaster.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 # 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 # # @@ -26,7 +26,7 @@ # 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 #------------------------------------------------------------------------------- @@ -48,7 +48,7 @@ filelistpathname=. #------------------------------------------------------------------------------- printUsage() { - echo "LiveSupport import script."; + echo "Campcaster import script."; echo "parameters:"; echo ""; echo " -d, --directory The source directory, required;"; diff --git a/livesupport/src/modules/storageAdmin/etc/Makefile.in b/livesupport/src/modules/storageAdmin/etc/Makefile.in index 5aad3f75d..0ddf7efbe 100644 --- a/livesupport/src/modules/storageAdmin/etc/Makefile.in +++ b/livesupport/src/modules/storageAdmin/etc/Makefile.in @@ -2,21 +2,21 @@ # getID3 - read and writes tags in media files - see getid3.readme.txt # getID3 by James Heinrich # -# This file is part of the LiveSupport project. +# This file is part of the Campcaster project. # 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 # 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 # # @@ -70,7 +70,7 @@ prefix = @prefix@ USR_DIR = ${prefix} DEST_DIR = ${USR_DIR} -PHPPART_DIR = ${prefix}/var/LiveSupport/storageAdmin/var +PHPPART_DIR = ${prefix}/var/Campcaster/storageAdmin/var STORAGE_SERVER = @STORAGE_SERVER@ PHPPART_DIR_S=$(shell ${ECHO} ${PHPPART_DIR} | ${SED} -e "s/\//\\\\\\\\\//g")