mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: dnscrypt_proxy
|
||||
# REQUIRE: SERVERS cleanvar
|
||||
# REQUIRE: SERVERS cleanvar ldconfig
|
||||
# BEFORE: named local_unbound unbound
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue