Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (33a2b8c5e8d7c9282d8b31fd43be2647f0427e4b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (33a2b8c5e8d7c9282d8b31fd43be2647f0427e4b)
  • Date: Sun, 4 Mar 2007 01:33:26 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

database/firebird/INSTALL | 13 ++-----------
database/firebird/PRE_BUILD | 8 ++++----
2 files changed, 6 insertions(+), 15 deletions(-)

New commits:
commit 33a2b8c5e8d7c9282d8b31fd43be2647f0427e4b
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

firebird - missing files

diff --git a/database/firebird/INSTALL b/database/firebird/INSTALL
index e688c13..b070251 100755
--- a/database/firebird/INSTALL
+++ b/database/firebird/INSTALL
@@ -1,18 +1,9 @@
if [ $FB_CLIENT == n ]; then
-local FF &&
cd $SOURCE_DIRECTORY/gen/buildroot/$FB_PREFIX &&
# install config files first
install_config_file firebird.conf $FB_PREFIX/firebird.conf &&
install_config_file aliases.conf $FB_PREFIX/aliases.conf &&
-rm aliases.conf firebird.conf &&
-# preserve some existing files
-# for FF in `ls security*.fdb firebird.conf aliases.conf`; do
- for FF in `ls security*.fdb`; do
- if [ -f $FB_PREFIX/$FF ];then
- message preserving file $FF
- rm $FF
- fi
- done
+rm aliases.conf firebird.conf
fi &&
# install prebuilt tree
-cp -ra $SOURCE_DIRECTORY/gen/buildroot/* /
+cp -ra $SOURCE_DIRECTORY/gen/buildroot/* $INSTALL_ROOT/
diff --git a/database/firebird/PRE_BUILD b/database/firebird/PRE_BUILD
index 7b1d0cb..56818ae 100755
--- a/database/firebird/PRE_BUILD
+++ b/database/firebird/PRE_BUILD
@@ -1,8 +1,8 @@
# check for running server
- (ps -u firebird | grep fb*) &&
- message ${PROBLEM_COLOR}please stop the firebird server and try again\
- ${DEFAULT_COLOR} &&
- return 1
+# (ps -u firebird | grep fb*) &&
+# message ${PROBLEM_COLOR}please stop the firebird server and try again\
+# ${DEFAULT_COLOR} &&
+# return 1

create_account firebird &&
default_pre_build &&



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (33a2b8c5e8d7c9282d8b31fd43be2647f0427e4b), Treeve Jelbert, 03/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page