dns/dnscrypt-proxy: ensure daemon starts after ldconfig

- While here, fix format of $FreeBSD$ tag in rc script
- Also remove fbsd:nokeywords and add svn:keywords to rc script

PR:		203059
Submitted by:	Gregorio Guidi <gregorio.guidi@gmail.com> (original patch)
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
This commit is contained in:
Jason Unovitch 2015-09-26 02:39:09 +00:00
parent df5382dbbd
commit c593ed38c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397925
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= dnscrypt-proxy
PORTVERSION= 1.6.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \
http://www.dns-lab.com/downloads/dnscrypt-proxy/

View file

@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: dnscrypt_proxy
# REQUIRE: SERVERS cleanvar
# REQUIRE: SERVERS cleanvar ldconfig
# BEFORE: named local_unbound unbound
# KEYWORD: shutdown
#

View file

@ -1,9 +1,9 @@
#!/bin/sh
#
# $FreeBSD: $
# $FreeBSD$
#
# PROVIDE: dnscrypt_proxy
# REQUIRE: SERVERS cleanvar
# REQUIRE: SERVERS cleanvar ldconfig
# BEFORE: named local_unbound unbound
# KEYWORD: shutdown
#