Skip to content

Commit

Permalink
databases/proxysql: Update to 2.6.2
Browse files Browse the repository at this point in the history
- Update service arg initialize to initial, to match upstream
  documentation
  • Loading branch information
zi0r committed Apr 5, 2024
1 parent 05322dd commit 23655b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions databases/proxysql/Makefile
@@ -1,6 +1,5 @@
PORTNAME= proxysql
PORTVERSION= 2.6.1
PORTREVISION= 1
PORTVERSION= 2.6.2
CATEGORIES= databases

MAINTAINER= zi@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions databases/proxysql/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1711406812
SHA256 (sysown-proxysql-2.6.1_GH0.tar.gz) = b4021fd4bd27ef2c506da91396ed995fa1d6ee8f3d421fcb200331716f9a8979
SIZE (sysown-proxysql-2.6.1_GH0.tar.gz) = 50028685
TIMESTAMP = 1712301882
SHA256 (sysown-proxysql-2.6.2_GH0.tar.gz) = dc0bd1cf9261ba8277a94da4db9a5fe4d628d1b21c201424c783f715d0d394db
SIZE (sysown-proxysql-2.6.2_GH0.tar.gz) = 50030275
6 changes: 3 additions & 3 deletions databases/proxysql/files/proxysql.in
Expand Up @@ -43,11 +43,11 @@ command_args="-rP ${pidfile} -S -R ${proxysql_restart_delay} \
-D ${proxysql_datadir} \
--no-version-check ${proxysql_args}"
required_files="${proxysql_config}"
extra_commands="reload initialize"
extra_commands="reload initial"
reload_cmd=proxysql_reload
initialize_cmd=proxysql_initialize
initial_cmd=proxysql_initial

proxysql_initialize()
proxysql_initial()
{
su -m ${proxysql_user} -c "${proxysql_command} --initial"
}
Expand Down

0 comments on commit 23655b7

Please sign in to comment.