Skip to content

Commit

Permalink
net-dns/dnscrypt-proxy: QA minor openrc nits
Browse files Browse the repository at this point in the history
Closes: gentoo#8414
Package-Manager: Portage-2.3.36, Repoman-2.3.9
  • Loading branch information
gyakovlev authored and mgorny committed May 16, 2018
1 parent 36d78c4 commit 538d9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net-dns/dnscrypt-proxy/files/dnscrypt-proxy-2.confd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#DNSCRYPT_PROXY_OPTS="--config /etc/dnscrypt-proxy/dnscrypt-proxy.toml"
#DNSCRYPT_PROXY_OPTS="-config /etc/dnscrypt-proxy/dnscrypt-proxy.toml"
#DNSCRYPT_PROXY_USER="dnscrypt-proxy"
#DNSCRYPT_PROXY_GROUP="dnscrypt-proxy"
4 changes: 2 additions & 2 deletions net-dns/dnscrypt-proxy/files/dnscrypt-proxy-2.initd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ depend() {
}

start_pre() {
checkpath -q -d -m 0775 -o "${command_user}" /var/cache/"${SVCNAME}"
checkpath -q -d -m 0775 -o "${command_user}" /var/log/"${SVCNAME}"
checkpath -q -d -m 0775 -o "${command_user}" /var/cache/"${RC_SVCNAME}"
checkpath -q -d -m 0775 -o "${command_user}" /var/log/"${RC_SVCNAME}"
}

0 comments on commit 538d9b0

Please sign in to comment.