diff options
author | Alexander Leidinger <Alexander@Leidinger.net> | 2024-06-10 17:06:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-06-10 17:06:53 +0000 |
commit | bda53c17a360a9b088b8aadbbf6a24970e74202b (patch) | |
tree | 0a423da1d0c9df1475cc3dabaac04a442abcbd71 | |
parent | 3035a2441b45afa38288c9d2544b9dff475819b0 (diff) |
dns/utdns: Make rc.d script service jails ready
* Make rc.d script service jails ready
* While here portlint, portclippy, portfmt
-rw-r--r-- | dns/utdns/Makefile | 10 | ||||
-rw-r--r-- | dns/utdns/files/utdns.in | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dns/utdns/Makefile b/dns/utdns/Makefile index 8e1e1e12fb1d..b91e6a435cf0 100644 --- a/dns/utdns/Makefile +++ b/dns/utdns/Makefile @@ -1,6 +1,7 @@ PORTNAME= utdns -PORTVERSION= 1.1 DISTVERSIONPREFIX= v +DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= ehaupt@FreeBSD.org @@ -11,14 +12,15 @@ LICENSE= GPLv3 USES= autoreconf USE_GITHUB= yes -GNU_CONFIGURE= yes +GH_ACCOUNT= rahra USE_RC_SUBR= ${PORTNAME} -SUB_LIST= PORTNAME=${PORTNAME} -GH_ACCOUNT= rahra +GNU_CONFIGURE= yes CFLAGS+= -DSOCK_NONBLOCK=1 +SUB_LIST= PORTNAME=${PORTNAME} + PLIST_FILES= bin/utdns .include <bsd.port.mk> diff --git a/dns/utdns/files/utdns.in b/dns/utdns/files/utdns.in index 444e0376ce63..795be4549ed8 100644 --- a/dns/utdns/files/utdns.in +++ b/dns/utdns/files/utdns.in @@ -19,6 +19,7 @@ rcvar="${name}_enable" load_rc_config ${name} : ${utdns_enable:="NO"} +: ${utdns_svcj_options:="net_basic"} : ${utdns_flags:=" -b -4 -p 53 0.0.0.0"} command="%%PREFIX%%/bin/${name}" |