Date: Wed, 10 Aug 2022 11:15:52 GMT From: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 33fb6bd864f5 - main - www/pydio-cells: Fix typo in RC script Message-ID: <202208101115.27ABFqiK076258@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by skozlov: URL: https://cgit.FreeBSD.org/ports/commit/?id=33fb6bd864f5f7b24a56fea47024830f3e6079f6 commit 33fb6bd864f5f7b24a56fea47024830f3e6079f6 Author: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> AuthorDate: 2022-08-10 11:12:34 +0000 Commit: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> CommitDate: 2022-08-10 11:12:34 +0000 www/pydio-cells: Fix typo in RC script PR: 265730 Reported by: Boris Korzun <drtr0jan@yandex.ru> --- www/pydio-cells/files/cells.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pydio-cells/files/cells.in b/www/pydio-cells/files/cells.in index b90b2995024e..342b759843a1 100644 --- a/www/pydio-cells/files/cells.in +++ b/www/pydio-cells/files/cells.in @@ -79,7 +79,7 @@ cells_stop() kill -TERM ${_pid} done - wait_for_pids ${rc_pid} ${children_pids} + wait_for_pids ${rc_pid} ${_children_pids} } run_rc_command "$1"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208101115.27ABFqiK076258>