Index: installers/debian/openacs/README.tsearch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/README.tsearch,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/README.tsearch 26 Jun 2008 11:20:22 -0000 1.2 +++ installers/debian/openacs/README.tsearch 23 Sep 2008 14:11:24 -0000 1.3 @@ -1,6 +1,8 @@ Install Full Text Search using Tsearch2 --------------------------------------- +Warning: tsearch has changed on postgresql 8.3, it may not work as expected. + 1) Install postgresql-contrib package on postgresql server. # apt-get install postgresql-contrib Index: installers/debian/openacs/config =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/config,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/config 18 Sep 2008 17:42:25 -0000 1.2 +++ installers/debian/openacs/config 23 Sep 2008 14:11:24 -0000 1.3 @@ -6,6 +6,14 @@ db_version 2.0 db_capb backup +# Reset passwords if reconfigure +if [ "$1" = "reconfigure" ] ; then + db_reset openacs/dba_password + db_reset openacs/dba_confirm + db_reset openacs/dbu_password + db_reset openacs/dbu_confirm +fi + STATE=1 while [ "$STATE" != 0 -a "$STATE" != 13 ] do @@ -35,7 +43,7 @@ fi ;; - 3) + 3) db_input critical openacs/dba_password || true if db_go; then db_get openacs/dba_password || true @@ -45,13 +53,13 @@ fi ;; - 4) + 4) db_input critical openacs/dba_confirm || true if db_go; then db_get openacs/dba_confirm || true CONFIRM="$RET" db_get openacs/dba_password || true - if [ "$RET" != "$CONFIRM" ]; then + if [ A"$RET" != A"$CONFIRM" ]; then STATE=5 else STATE=6 @@ -74,13 +82,12 @@ if [ ! -z "$RET" ]; then STATE=7 fi - pg_user="$RET" else STATE=2 fi ;; - 7) + 7) db_input critical openacs/dbu_password || true if db_go; then db_get openacs/dbu_password || true @@ -90,24 +97,24 @@ fi ;; - 8) + 8) db_input critical openacs/dbu_confirm || true if db_go; then db_get openacs/dbu_confirm || true CONFIRM="$RET" db_get openacs/dbu_password || true - if [ "$RET" != "$CONFIRM" ]; then + if [ A"$RET" != A"$CONFIRM" ]; then STATE=9 else - # Check if host is localhost, user is not www-data and password is not null, + # Check if host is localhost and password is not null, # to change the postgresql access permissions properly. - if { [ "$pg_host" = "localhost" ] && [ "$pg_user" != "www-data" ]; } then - STATE=10 - if [ "A$RET" != "A" ]; then + if [ "$pg_host" = "localhost" ]; then + if [ A"$RET" != "A" ]; then pg_pass_blank="false" else pg_pass_blank="true" - fi + fi + STATE=10 else STATE=11 fi Index: installers/debian/openacs/control =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/control,v diff -u -r1.7 -r1.8 --- installers/debian/openacs/control 18 Sep 2008 17:42:25 -0000 1.7 +++ installers/debian/openacs/control 23 Sep 2008 14:11:24 -0000 1.8 @@ -9,7 +9,7 @@ Package: openacs Architecture: all Depends: ${misc:Depends}, aolserver4, aolserver4-nscache, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick, zip, unzip, tdom (>= 0.8.3~20080525) -Recommends: postgresql, daemontools, daemontools-run +Suggests: postgresql, daemontools, daemontools-run Description: Open Architecture Community System OpenACS (Open Architecture Community System) is a toolkit for building scalable, community-oriented web applications. Index: installers/debian/openacs/postinst =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/postinst,v diff -u -r1.3 -r1.4 --- installers/debian/openacs/postinst 18 Sep 2008 17:42:25 -0000 1.3 +++ installers/debian/openacs/postinst 23 Sep 2008 14:11:24 -0000 1.4 @@ -39,7 +39,7 @@ db_get openacs/dbu_password dbu_password="$RET" - + db_get openacs/pg_grant_access if [ ! -z "$RET" ]; then grant_access="$RET" Index: installers/debian/openacs/po/templates.pot =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/po/templates.pot,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/po/templates.pot 18 Sep 2008 17:42:25 -0000 1.2 +++ installers/debian/openacs/po/templates.pot 23 Sep 2008 14:11:24 -0000 1.3 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: openacs @packages.debian.org\n" -"POT-Creation-Date: 2008-09-17 20:48+0200\n" +"POT-Creation-Date: 2008-09-23 15:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"