diff options
author | David Bentham <db260179@gmail.com> | 2022-09-09 09:40:02 +0100 |
---|---|---|
committer | David Bentham <db260179@gmail.com> | 2022-09-19 13:20:27 +0100 |
commit | 4772a9f7d01892cc8f08d85a0367d8ebc61e9e45 (patch) | |
tree | 1bde6fed59314fbdcaf355e12b88a3f58f5fcc56 /net/vpnc-scripts/Makefile | |
parent | 73e02994fbd8176b43fe8138fb876329538b611d (diff) |
vpnc-script: restart dnsmasq when openconnect disconnects
Signed-off-by: David Bentham <db260179@gmail.com>
Diffstat (limited to 'net/vpnc-scripts/Makefile')
-rw-r--r-- | net/vpnc-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vpnc-scripts/Makefile b/net/vpnc-scripts/Makefile index fe239c26a..fb4e3e2b6 100644 --- a/net/vpnc-scripts/Makefile +++ b/net/vpnc-scripts/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vpnc-scripts PKG_VERSION:=20151220 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk |