[DRE-commits] [SCM] ruby-dataobjects-postgres.git branch, master, updated. debian/0.10.7-1-9-ge658d52

Cédric Boutillier cedric.boutillier at gmail.com
Sat Apr 21 15:47:51 UTC 2012


The following commit has been merged in the master branch:
commit 50f45de408278166cb0177dfcb2cb6535eb77b36
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Apr 21 17:18:18 2012 +0200

    remove obsolete $END_SU from start_postgres_and_auto_install.sh

diff --git a/debian/start_postgres_and_auto_install.sh b/debian/start_postgres_and_auto_install.sh
index d933f76..ce08ea9 100755
--- a/debian/start_postgres_and_auto_install.sh
+++ b/debian/start_postgres_and_auto_install.sh
@@ -81,8 +81,8 @@ ecode=$?
 #
 ## Kill the postgress process and wait of it to shutdown
 if [ "$SU_USER" = "" ]; then
-	dropdb -e ${DO_POSTGRES_DBNAME}$END_SU
-	$BINDIR/pg_ctl stop -D ${MYTEMP_DIR}$END_SU
+	dropdb -e ${DO_POSTGRES_DBNAME}
+	$BINDIR/pg_ctl stop -D ${MYTEMP_DIR}
 else
 	su -m $SU_USER -c "dropdb -e ${DO_POSTGRES_DBNAME}"
 	su -m $SU_USER -c "$BINDIR/pg_ctl stop -D ${MYTEMP_DIR}"

-- 
ruby-dataobjects-postgres.git



More information about the Pkg-ruby-extras-commits mailing list