[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 0bc8846f748977f897c35de1f227a45fd9ac7758

Ivan ivan at 420.am
Tue Jun 19 14:47:48 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  0bc8846f748977f897c35de1f227a45fd9ac7758 (commit)
      from  1d0f4b9bb080223f5ae2d8f6003aa5d005022b12 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0bc8846f748977f897c35de1f227a45fd9ac7758
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 19 14:47:47 2012 -0700

    quote db-rt-pass to avoid shell metacharacters messing up RT configuration, RT#18088

diff --git a/Makefile b/Makefile
index 3d9436d..95ffbf2 100644
--- a/Makefile
+++ b/Makefile
@@ -340,7 +340,7 @@ configure-rt:
 	            --with-db-dba=${DB_USER} \
 	            --with-db-database=${RT_DB_DATABASE} \
 	            --with-db-rt-user=${DB_USER} \
-	            --with-db-rt-pass=${DB_PASSWORD} \
+	            --with-db-rt-pass="${DB_PASSWORD}" \
 	            --with-web-user=freeside \
 	            --with-web-group=freeside \
 	            --with-rt-group=freeside \

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list