summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql10-server/files/pgsql.sh4
-rw-r--r--databases/postgresql11-server/files/pgsql.sh4
-rw-r--r--databases/postgresql93-server/files/pgsql.sh4
-rw-r--r--databases/postgresql94-server/files/pgsql.sh4
-rw-r--r--databases/postgresql95-server/files/pgsql.sh4
-rw-r--r--databases/postgresql96-server/files/pgsql.sh4
6 files changed, 12 insertions, 12 deletions
diff --git a/databases/postgresql10-server/files/pgsql.sh b/databases/postgresql10-server/files/pgsql.sh
index 6cd6a40fbd9..f39642187e4 100644
--- a/databases/postgresql10-server/files/pgsql.sh
+++ b/databases/postgresql10-server/files/pgsql.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pgsql.sh,v 1.2 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: pgsql.sh,v 1.3 2019/02/06 22:33:43 schmonz Exp $
#
# PostgreSQL database rc.d control script
#
@@ -45,7 +45,7 @@ elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
-cd "${pgsql_home}"
+cd /
command_args="-w -s -D ${pgsql_home}/data -m fast -l ${pgsql_home}/errlog"
if [ -n "${pgsql_flags}" ]; then
diff --git a/databases/postgresql11-server/files/pgsql.sh b/databases/postgresql11-server/files/pgsql.sh
index 6cd6a40fbd9..f39642187e4 100644
--- a/databases/postgresql11-server/files/pgsql.sh
+++ b/databases/postgresql11-server/files/pgsql.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pgsql.sh,v 1.2 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: pgsql.sh,v 1.3 2019/02/06 22:33:43 schmonz Exp $
#
# PostgreSQL database rc.d control script
#
@@ -45,7 +45,7 @@ elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
-cd "${pgsql_home}"
+cd /
command_args="-w -s -D ${pgsql_home}/data -m fast -l ${pgsql_home}/errlog"
if [ -n "${pgsql_flags}" ]; then
diff --git a/databases/postgresql93-server/files/pgsql.sh b/databases/postgresql93-server/files/pgsql.sh
index 6cd6a40fbd9..c1f4b1e5e8d 100644
--- a/databases/postgresql93-server/files/pgsql.sh
+++ b/databases/postgresql93-server/files/pgsql.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pgsql.sh,v 1.2 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: pgsql.sh,v 1.3 2019/02/06 22:33:44 schmonz Exp $
#
# PostgreSQL database rc.d control script
#
@@ -45,7 +45,7 @@ elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
-cd "${pgsql_home}"
+cd /
command_args="-w -s -D ${pgsql_home}/data -m fast -l ${pgsql_home}/errlog"
if [ -n "${pgsql_flags}" ]; then
diff --git a/databases/postgresql94-server/files/pgsql.sh b/databases/postgresql94-server/files/pgsql.sh
index 6cd6a40fbd9..c1f4b1e5e8d 100644
--- a/databases/postgresql94-server/files/pgsql.sh
+++ b/databases/postgresql94-server/files/pgsql.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pgsql.sh,v 1.2 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: pgsql.sh,v 1.3 2019/02/06 22:33:44 schmonz Exp $
#
# PostgreSQL database rc.d control script
#
@@ -45,7 +45,7 @@ elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
-cd "${pgsql_home}"
+cd /
command_args="-w -s -D ${pgsql_home}/data -m fast -l ${pgsql_home}/errlog"
if [ -n "${pgsql_flags}" ]; then
diff --git a/databases/postgresql95-server/files/pgsql.sh b/databases/postgresql95-server/files/pgsql.sh
index 6cd6a40fbd9..c1f4b1e5e8d 100644
--- a/databases/postgresql95-server/files/pgsql.sh
+++ b/databases/postgresql95-server/files/pgsql.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pgsql.sh,v 1.2 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: pgsql.sh,v 1.3 2019/02/06 22:33:44 schmonz Exp $
#
# PostgreSQL database rc.d control script
#
@@ -45,7 +45,7 @@ elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
-cd "${pgsql_home}"
+cd /
command_args="-w -s -D ${pgsql_home}/data -m fast -l ${pgsql_home}/errlog"
if [ -n "${pgsql_flags}" ]; then
diff --git a/databases/postgresql96-server/files/pgsql.sh b/databases/postgresql96-server/files/pgsql.sh
index 2b73cacdce0..c1f4b1e5e8d 100644
--- a/databases/postgresql96-server/files/pgsql.sh
+++ b/databases/postgresql96-server/files/pgsql.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pgsql.sh,v 1.2 2019/02/06 18:45:56 schmonz Exp $
+# $NetBSD: pgsql.sh,v 1.3 2019/02/06 22:33:44 schmonz Exp $
#
# PostgreSQL database rc.d control script
#
@@ -45,7 +45,7 @@ elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
-cd "${pgsql_home}"
+cd /
command_args="-w -s -D ${pgsql_home}/data -m fast -l ${pgsql_home}/errlog"
if [ -n "${pgsql_flags}" ]; then