Bug 265730 - www/pydio-cells: A typo in rc-script
Summary: www/pydio-cells: A typo in rc-script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Serhii (Sergey) Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-09 09:42 UTC by Boris Korzun
Modified: 2022-08-10 11:18 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (skozlov)
drtr0jan: maintainer-feedback? (skozlov)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Korzun 2022-08-09 09:42:06 UTC
There's a typo in rc-script:

cells.in:82
wait_for_pids ${rc_pid} ${children_pids}

It should be used ${_children_pids} instead ${children_pids}.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-10 11:16:29 UTC
A commit in branch main references this bug:

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(-)
Comment 2 Serhii (Sergey) Kozlov freebsd_committer freebsd_triage 2022-08-10 11:18:41 UTC
Fixed, thanks!