diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2022-06-23 20:32:13 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2022-06-23 20:34:39 +0000 |
commit | 2b2c9a4d2f0a015d1605184f3d4c715588f65296 (patch) | |
tree | 9de9cbba91cf701df6c45c536dfd0123c47eb24d /dns | |
parent | 1551bd093f80b780ad5722d6b7a39d4d28e37ca5 (diff) | |
download | ports-2b2c9a4d2f0a015d1605184f3d4c715588f65296.tar.gz ports-2b2c9a4d2f0a015d1605184f3d4c715588f65296.zip |
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nextdns/Makefile | 2 | ||||
-rw-r--r-- | dns/nextdns/pkg-deinstall | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dns/nextdns/Makefile b/dns/nextdns/Makefile index 7f4baf3a6c0c..073f5932279b 100644 --- a/dns/nextdns/Makefile +++ b/dns/nextdns/Makefile @@ -1,6 +1,6 @@ PORTNAME= nextdns PORTVERSION= 1.37.11 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= dns security diff --git a/dns/nextdns/pkg-deinstall b/dns/nextdns/pkg-deinstall index 803dfdb4e81e..c67e487f45b0 100644 --- a/dns/nextdns/pkg-deinstall +++ b/dns/nextdns/pkg-deinstall @@ -5,6 +5,9 @@ if [ x"$2" != x"DEINSTALL" ]; then fi ${PKG_PREFIX}/nextdns uninstall >/dev/null 2>/dev/null -rm -f ${PKG_PREFIX}/etc/nextdns.conf + +echo "==> If you are uninstalling nextdns permanently," +echo " and you do *NOT* want to retain the configuration file," +echo " you should manually delete ${PKG_PREFIX}/etc/nextdns.conf" exit 0 |