Created attachment 193867 [details] A patch for sample config file. The sample config file contains unnecessary spaces, which results in the following error messages on command execution. $ pwned-check /usr/local/etc/pwned-check.conf: /var/db/pwned-check: Permission denied /usr/local/etc/pwned-check.conf: https://downloads.pwnedpasswords.com/passwords: not found Removing spaces solves the problem.
A commit references this bug: Author: tobik Date: Thu Dec 27 09:50:57 UTC 2018 New revision: 488522 URL: https://svnweb.freebsd.org/changeset/ports/488522 Log: security/pwned-check: Remove spaces from sample config file It contains unnecessary spaces, which results in the following error messages on command execution. $ pwned-check /usr/local/etc/pwned-check.conf: /var/db/pwned-check: Permission denied /usr/local/etc/pwned-check.conf: https://downloads.pwnedpasswords.com/passwords: not found PR: 228635 Submitted by: Hiroki Tagato <tagattie@yandex.com> Approved by: se (maintainer timeout, ~7 months) Changes: head/security/pwned-check/Makefile head/security/pwned-check/files/pwned-check.conf.sample