Fix for PR#45403

This commit is contained in:
adam 2011-09-27 07:24:46 +00:00
parent d5ce40c726
commit b00f193b28
4 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: pgsql.sh,v 1.5 2011/03/04 14:26:23 adam Exp $
# $NetBSD: pgsql.sh,v 1.6 2011/09/27 07:26:01 adam Exp $
#
# PostgreSQL database rc.d control script
#
@ -26,9 +26,9 @@ name="pgsql"
rcvar=${name}
command="@PREFIX@/bin/pg_ctl"
procname="@PREFIX@/bin/postgres"
pgsql_user="@PGUSER@"
pgsql_group="@PGGROUP@"
pgsql_home="@PGHOME@"
: ${pgsql_user:=@PGUSER@}
: ${pgsql_group:=@PGGROUP@}
: ${pgsql_home:=@PGHOME@}
extra_commands="initdb reload"
initdb_cmd="pgsql_initdb"

View file

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: pgsql.sh,v 1.4 2011/03/04 14:26:23 adam Exp $
# $NetBSD: pgsql.sh,v 1.5 2011/09/27 07:25:05 adam Exp $
#
# PostgreSQL database rc.d control script
#
@ -26,9 +26,9 @@ name="pgsql"
rcvar=${name}
command="@PREFIX@/bin/pg_ctl"
procname="@PREFIX@/bin/postgres"
pgsql_user="@PGUSER@"
pgsql_group="@PGGROUP@"
pgsql_home="@PGHOME@"
: ${pgsql_user:=@PGUSER@}
: ${pgsql_group:=@PGGROUP@}
: ${pgsql_home:=@PGHOME@}
extra_commands="initdb reload"
initdb_cmd="pgsql_initdb"

View file

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: pgsql.sh,v 1.2 2010/12/19 09:53:29 adam Exp $
# $NetBSD: pgsql.sh,v 1.3 2011/09/27 07:24:46 adam Exp $
#
# PostgreSQL database rc.d control script
#
@ -26,9 +26,9 @@ name="pgsql"
rcvar=${name}
command="@PREFIX@/bin/pg_ctl"
procname="@PREFIX@/bin/postgres"
pgsql_user="@PGUSER@"
pgsql_group="@PGGROUP@"
pgsql_home="@PGHOME@"
: ${pgsql_user:=@PGUSER@}
: ${pgsql_group:=@PGGROUP@}
: ${pgsql_home:=@PGHOME@}
extra_commands="initdb reload"
initdb_cmd="pgsql_initdb"

View file

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: pgsql.sh,v 1.1.1.1 2011/09/15 08:28:29 adam Exp $
# $NetBSD: pgsql.sh,v 1.2 2011/09/27 07:24:54 adam Exp $
#
# PostgreSQL database rc.d control script
#
@ -26,9 +26,9 @@ name="pgsql"
rcvar=${name}
command="@PREFIX@/bin/pg_ctl"
procname="@PREFIX@/bin/postgres"
pgsql_user="@PGUSER@"
pgsql_group="@PGGROUP@"
pgsql_home="@PGHOME@"
: ${pgsql_user:=@PGUSER@}
: ${pgsql_group:=@PGGROUP@}
: ${pgsql_home:=@PGHOME@}
extra_commands="initdb reload"
initdb_cmd="pgsql_initdb"