From 8f9cc28a3ff039ab11211c58f014aa1a344f1b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 4 Jun 2014 14:52:42 +0300 Subject: main/postgresql: remove invalid and redundant options from init.d makes postgres start again. fixes #2984 --- main/postgresql/postgresql.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/postgresql/postgresql.initd') diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd index 6771c8504..2ca8420e1 100644 --- a/main/postgresql/postgresql.initd +++ b/main/postgresql/postgresql.initd @@ -65,7 +65,7 @@ start() { -- \ start -s -w -t ${START_TIMEOUT:-10} \ -l ${PGDATA}/postmaster.log \ - -D ${PGDATA} -o "--data-directory=${PGDATA} $PGOPTS" + -D ${PGDATA} -o "$PGOPTS" retval=$? if [ $retval -ne 0 ] ; then -- cgit v1.2.3