git: a1d70f266cbd - main - dns/adsuck: make the rc script service jails aware

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Wed, 10 Jul 2024 13:40:30 UTC
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1d70f266cbda56ac302401310c21563e12a89b0

commit a1d70f266cbda56ac302401310c21563e12a89b0
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-07-10 13:14:13 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-07-10 13:39:39 +0000

    dns/adsuck: make the rc script service jails aware
    
    PR:             279626
    Approved by:    maintainer timeout (1 month)
---
 dns/adsuck/Makefile        | 2 +-
 dns/adsuck/files/adsuck.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dns/adsuck/Makefile b/dns/adsuck/Makefile
index 41e3344fdd7f..17c545ca11a4 100644
--- a/dns/adsuck/Makefile
+++ b/dns/adsuck/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	adsuck
 PORTVERSION=	2.3
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	dns
 MASTER_SITES=	http://opensource.conformal.com/snapshots/adsuck/ \
 		http://philpep.org/pub/
diff --git a/dns/adsuck/files/adsuck.in b/dns/adsuck/files/adsuck.in
index 11827e4fec06..9917f27d755e 100644
--- a/dns/adsuck/files/adsuck.in
+++ b/dns/adsuck/files/adsuck.in
@@ -20,6 +20,7 @@ extra_commands="reload"
 load_rc_config $name
 
 : ${adsuck_enable="NO"}
+: ${adsuck_svcj_options="net_basic"}
 : ${adsuck_flags="-c /var/adsuck -f resolv.conf -r regex Hosts.blc Hosts.pub Hosts.rsk Hosts.trc hosts.small hosts.yoyo"}
 
 run_rc_command "$1"