1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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)
This commit is contained in:
Tobias Kortkamp 2018-12-27 09:50:56 +00:00
parent 848047809f
commit 4752aab612
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488522
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= pwned-check
PORTVERSION= 2.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= #

View File

@ -1,2 +1,2 @@
DBDIR= /var/db/pwned-check
URLBASE= https://downloads.pwnedpasswords.com/passwords
DBDIR=/var/db/pwned-check
URLBASE=https://downloads.pwnedpasswords.com/passwords