From: Tony Mack Date: Thu, 23 Feb 2012 19:34:16 +0000 (-0500) Subject: reverting X-Git-Tag: plcapi-5.0-37~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=1fc3e4e55ffdf2204a39f2209395585b3c5ea1a6 reverting --- diff --git a/plc.d/postgresql b/plc.d/postgresql index a02ab57..c3c37b1 100755 --- a/plc.d/postgresql +++ b/plc.d/postgresql @@ -95,7 +95,7 @@ case "$1" in ######## /var/lib/pgsql/data/pg_hba.conf # Disable access to MyPLC and drupal DBs from all hosts - sed -i -e '/^\(host\|local\)\s\($PLC_DB_NAME\|drupal\)/d' $pghba_conf + sed -i -e '/^\(host\|local\)/d' $pghba_conf # Enable passwordless localhost access echo "local all all trust" >>$pghba_conf