Browse Source

Merge pull request #4695 from dibdot/patch-1

dnscrypt-proxy: change start priority
lilik-openwrt-22.03
champtar 7 years ago
committed by GitHub
parent
commit
639586390e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/dnscrypt-proxy/Makefile
  2. +1
    -1
      net/dnscrypt-proxy/files/dnscrypt-proxy.init

+ 1
- 1
net/dnscrypt-proxy/Makefile View File

@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnscrypt-proxy
PKG_VERSION:=1.9.5
PKG_RELEASE:=6
PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy \


+ 1
- 1
net/dnscrypt-proxy/files/dnscrypt-proxy.init View File

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=50
START=30
USE_PROCD=1
PROG=/usr/sbin/dnscrypt-proxy
CONFIG_DIR=/var/etc


Loading…
Cancel
Save