Bug 228635 - security/pwned-check: Unnecessary spaces in sample config file
Summary: security/pwned-check: Unnecessary spaces in sample config file
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: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-31 12:03 UTC by Hiroki Tagato
Modified: 2018-12-27 09:51 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (se)


Attachments
A patch for sample config file. (454 bytes, patch)
2018-05-31 12:03 UTC, Hiroki Tagato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroki Tagato freebsd_committer freebsd_triage 2018-05-31 12:03:03 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-27 09:51:34 UTC
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