[Bug 270589] www/onlyoffice-documentserver missing dependency pwgen for documentserver-update-securelink.sh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Apr 2023 22:16:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270589 Bug ID: 270589 Summary: www/onlyoffice-documentserver missing dependency pwgen for documentserver-update-securelink.sh Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mikael@FreeBSD.org Reporter: freebsd.org@vollkorn.cryptobitch.de Assignee: mikael@FreeBSD.org Flags: maintainer-feedback?(mikael@FreeBSD.org) The file /usr/local/bin/documentserver-update-securelink.sh contains a call to pwgen in line 38: SECURE_LINK_SECRET=${SECURE_LINK_SECRET:-$(pwgen -s 20)} But after installing OnlyOffice, pwgen is not installed. I had to run "pkg install pwgen". Maybe pwgen should be listed in the dependencies? -- You are receiving this mail because: You are the assignee for the bug.