Handle a change in rc.subr. nowadays, "faststart" is used instead of
"start" when booting, since there's no need waste time checking for running processes when the OS is starting up. Bumping portrevision. PR: 90884 Submitted by: Victor Snezhko <snezhko@indorsoft.ru>
This commit is contained in:
parent
b5228994c7
commit
d6b6d44388
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152024
20 changed files with 30 additions and 30 deletions
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 7.3.12
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 7.4.10
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.0.5
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.1.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.1.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.1.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.1.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.1.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.1.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME?= postgresql
|
||||
PKGNAMESUFFIX?= -server
|
||||
PORTVERSION?= 8.1.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -35,7 +35,7 @@ postgresql_class=${postgresql_class:-"default"}
|
|||
name=postgresql
|
||||
rcvar=`set_rcvar`
|
||||
command=${prefix}/bin/pg_ctl
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags} $1"
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
|
@ -48,7 +48,7 @@ initdb_cmd="postgresql_initdb"
|
|||
|
||||
postgresql_command()
|
||||
{
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args}"
|
||||
su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
|
|
Loading…
Reference in a new issue