From: Tony Mack Date: Thu, 23 Feb 2012 00:50:33 +0000 (-0500) Subject: use tabs instead of spaces X-Git-Tag: plcapi-5.0-37~5 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=bc74d34fb3b3203c90072f7787713e75cdc38f22 use tabs instead of spaces --- diff --git a/plc.d/postgresql b/plc.d/postgresql index 3b77e53..484ddc5 100755 --- a/plc.d/postgresql +++ b/plc.d/postgresql @@ -92,8 +92,8 @@ case "$1" in echo "timezone='UTC'" >> $postgresql_conf ######## /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 + # Disable access to MyPLC and drupal DBs from all hosts + sed -i -e '/^\(host\|local\)\s\($PLC_DB_NAME\|drupal\)/d' $pghba_conf # Enable passwordless localhost access echo "local all all trust" >>$pghba_conf