* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-01-15 17:42 Lars Wendler
0 siblings, 0 replies; 10+ messages in thread
From: Lars Wendler @ 2021-01-15 17:42 UTC (permalink / raw
To: gentoo-commits
commit: dae964d5a33465f2739cb82988b0806ec05dd716
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 17:21:50 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 17:42:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae964d5
net-dns/pdnsd: Removed isdn support
Closes: https://bugs.gentoo.org/765544
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index beab65cedd7..1b6f6b34a9b 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc ~x86"
-IUSE="debug ipv6 isdn +urandom test"
+IUSE="debug ipv6 +urandom test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -23,12 +23,12 @@ DEPEND="test? ( net-dns/bind-tools )"
src_configure() {
local myeconfargs=(
+ --disable-isdn
--sysconfdir="${EPREFIX}"/etc/pdnsd
--with-cachedir="${EPREFIX}"/var/cache/pdnsd
--with-default-id=pdnsd
$(use_enable ipv6)
$(use_enable ipv6 ipv6-startup)
- $(use_enable isdn)
$(usex debug '--with-debug=3' '')
$(usex urandom "--with-random-device=${EPREFIX}/dev/urandom" '')
)
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-01-15 22:06 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-15 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 0a0a15811ed10a6084c7436670c30e8bf137c939
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 22:06:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 22:06:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0a1581
net-dns/pdnsd: Stabilize 1.2.9a-r2 x86, #757159
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index 1b6f6b34a9b..8464ffa8e20 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc x86"
IUSE="debug ipv6 +urandom test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-01-15 22:07 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-15 22:07 UTC (permalink / raw
To: gentoo-commits
commit: f99719af558fdebcf0d27a0e5de5c9d31c9df96f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 22:07:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 22:07:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99719af
net-dns/pdnsd: Stabilize 1.2.9a-r2 ppc, #757159
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index 8464ffa8e20..9312b04d90c 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~s390 ~sparc x86"
IUSE="debug ipv6 +urandom test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-01-18 2:54 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-18 2:54 UTC (permalink / raw
To: gentoo-commits
commit: f81e5898d1bb23f320996a75cd112bb059f6c572
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 02:54:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 02:54:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81e5898
net-dns/pdnsd: Stabilize 1.2.9a-r2 amd64, #757159
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index 9312b04d90c..f54480728ab 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~s390 ~sparc x86"
IUSE="debug ipv6 +urandom test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-01-18 4:40 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-18 4:40 UTC (permalink / raw
To: gentoo-commits
commit: 0bbf6ba320a9c2b6ff4aaf9c2d69eb16bcd7f039
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 04:40:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 04:40:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbf6ba3
net-dns/pdnsd: Stabilize 1.2.9a-r2 arm, #757159
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index f54480728ab..965c903688f 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 ~sparc x86"
IUSE="debug ipv6 +urandom test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-01-18 20:17 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-18 20:17 UTC (permalink / raw
To: gentoo-commits
commit: 163bbf677128390a2d90c22dca8cb4908f16f8c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 19:58:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 20:17:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163bbf67
net-dns/pdnsd: Stabilize 1.2.9a-r2 sparc, #757159
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index 965c903688f..f0ea71dfd7b 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 sparc x86"
IUSE="debug ipv6 +urandom test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-02-01 14:56 Lars Wendler
0 siblings, 0 replies; 10+ messages in thread
From: Lars Wendler @ 2021-02-01 14:56 UTC (permalink / raw
To: gentoo-commits
commit: b8fbe13ab6d934481516622da1f285779a2e0e81
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 14:56:46 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 14:56:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fbe13a
net-dns/pdnsd: Removed old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-dns/pdnsd/metadata.xml | 4 --
net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild | 131 -----------------------------------
2 files changed, 135 deletions(-)
diff --git a/net-dns/pdnsd/metadata.xml b/net-dns/pdnsd/metadata.xml
index 1198baddd17..b2ffc78b5c9 100644
--- a/net-dns/pdnsd/metadata.xml
+++ b/net-dns/pdnsd/metadata.xml
@@ -12,10 +12,6 @@
networking).
</longdescription>
<use>
- <flag name="isdn">
- Linux-only: check status of ippp interfaces with ISDN-specific
- system calls.
- </flag>
<flag name="urandom">
Linux-only: use /dev/urandom (pseudo-random number generation)
instead of the default use of random() PRNG.
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild
deleted file mode 100644
index 5a05f498a8b..00000000000
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit systemd user
-
-DESCRIPTION="Proxy DNS server with permanent caching"
-HOMEPAGE="http://members.home.nl/p.a.rombouts/pdnsd/"
-SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 sparc x86"
-IUSE="debug ipv6 isdn +urandom test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="test? ( net-dns/bind-tools )"
-
-pkg_setup() {
- enewgroup pdnsd
- enewuser pdnsd -1 -1 /var/lib/pdnsd pdnsd
-}
-
-src_configure() {
- local myconf=""
- use debug && myconf="${myconf} --with-debug=3"
- use urandom && myconf="${myconf} --with-random-device=/dev/urandom"
-
- econf \
- --sysconfdir=/etc/pdnsd \
- --with-cachedir=/var/cache/pdnsd \
- --with-default-id=pdnsd \
- $(use_enable ipv6) $(use_enable ipv6 ipv6-startup) \
- $(use_enable isdn) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog* NEWS README THANKS TODO README.par
- docinto contrib ; dodoc contrib/{README,dhcp2pdnsd,pdnsd_dhcp.pl}
- docinto html ; dohtml doc/html/*
- docinto txt ; dodoc doc/txt/*
- newdoc doc/pdnsd.conf pdnsd.conf.sample
-
- newinitd "${FILESDIR}/pdnsd.rc8" pdnsd
- newinitd "${FILESDIR}/pdnsd.online.2" pdnsd-online
- systemd_newtmpfilesd "${FILESDIR}/pdnsd.tmpfiles" pdnsd.conf
- systemd_dounit "${FILESDIR}/pdnsd.service"
-
- mkdir "${T}"/confd || die
-
- cat - > "${T}"/confd/pdnsd-online <<EOF
-# Make sure to change the rc_need variable to the service for the
-# interface that connects you to the dns servers.
-#
-# For instance if you use a PPP connection on ppp0 to connect, set
-# rc_need="net.ppp0"
-
-rc_need="net.lo"
-EOF
-
- # Don't try to do the smart thing and add the --help output here:
- # it will cause the file to be etc-updated if the help text
- # changes and fails when cross-compiling.
- cat - > "${T}"/confd/pdnsd <<EOF
-# Command line options, check pdnsd --help for a list of valid
-# parameters. Note that most of the options that can be given at
-# command-line are also available as configuration parameters in
-# /etc/pdnsd/pdnsd.conf
-PDNSDCONFIG=""
-EOF
-
- doconfd "${T}"/confd/*
-
- # gentoo resolvconf support
- exeinto /etc/resolvconf/update.d
- newexe "${FILESDIR}/pdnsd.resolvconf-r1" pdnsd
-}
-
-src_test() {
- fail_kill() {
- kill -9 $(<"${T}"/pid)
- die "$1"
- }
-
- mkdir "${T}/pdnsd" || die
- echo -n -e "pd12\0\0\0\0" > "${T}/pdnsd/pdnsd.cache"
- IPS=$(grep ^nameserver /etc/resolv.conf | sed -e 's/nameserver \(.*\)/\tip=\1;/g' | xargs)
- sed -e "s/\tip=/${IPS}/" -e "s:cache_dir=:cache_dir=${T}/pdnsd:" "${FILESDIR}/pdnsd.conf.test" \
- > "${T}/pdnsd.conf.test"
- src/pdnsd -c "${T}/pdnsd.conf.test" -g -s -d -p "${T}/pid" || die "couldn't start daemon"
- sleep 3
-
- find "${T}" -ls
- [ -s "${T}/pid" ] || die "empty or no pid file created"
- [ -S "${T}/pdnsd/pdnsd.status" ] || fail_kill "no socket created"
- src/pdnsd-ctl/pdnsd-ctl -c "${T}/pdnsd" server all up || fail_kill "failed to start the daemon"
- src/pdnsd-ctl/pdnsd-ctl -c "${T}/pdnsd" status || fail_kill "failed to communicate with the daemon"
- sleep 3
-
- dig @127.0.0.1 -p 33455 localhost > "${T}"/dig.output 2>&1
- cat "${T}"/dig.output || die
- fgrep -q "status: NOERROR" "${T}"/dig.output || fail_kill "www.gentoo.org lookup failed"
-
- kill $(<"${T}/pid") || fail_kill "failed to terminate daemon"
-}
-
-pkg_postinst() {
- elog
- elog "Add pdnsd to your default runlevel - rc-update add pdnsd default"
- elog ""
- elog "Add pdnsd-online to your online runlevel."
- elog "The online interface will be listed in /etc/conf.d/pdnsd-online"
- elog ""
- elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample"
-
- # The tmpfiles.d configuration does not come into effect before the
- # next reboot so create the cachedir now.
- local cachedir="/var/cache/pdnsd"
- if [[ ! -d ${cachedir} ]] ; then
- mkdir ${cachedir} || eerror "Failed to create cache"
- fi
- chown pdnsd:pdnsd ${cachedir} \
- || eerror "Failed to set ownership for cachedir"
- chmod 0750 ${cachedir} \
- || eerror "Failed to set permissions for cachedir"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-03-07 11:58 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2021-03-07 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 5e0b777813109bb87eff1c3dd9dcc575fe0c9472
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Mar 7 11:56:59 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 11:56:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0b7778
net-dns/pdnsd: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index f0ea71dfd7b..8769b15cfd5 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit systemd
+inherit systemd tmpfiles
DESCRIPTION="Proxy DNS server with permanent caching"
HOMEPAGE="http://members.home.nl/p.a.rombouts/pdnsd/"
@@ -53,7 +53,7 @@ src_install() {
newconfd "${FILESDIR}/pdnsd.confd" pdnsd
newinitd "${FILESDIR}/pdnsd.online.2" pdnsd-online
newconfd "${FILESDIR}/pdnsd-online.confd" pdnsd-online
- systemd_newtmpfilesd "${FILESDIR}/pdnsd.tmpfiles" pdnsd.conf
+ newtmpfiles "${FILESDIR}/pdnsd.tmpfiles" pdnsd.conf
systemd_dounit "${FILESDIR}/pdnsd.service"
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2021-07-30 23:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-07-30 23:31 UTC (permalink / raw
To: gentoo-commits
commit: bd2061f5fbd1f1f5490201fe04d965396750ca24
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 22:56:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 23:30:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2061f5
net-dns/pdnsd: [QA] call tmpfiles_process in pkg_postinst
This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index 8769b15cfd5..209fff4708a 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -94,14 +94,5 @@ pkg_postinst() {
elog ""
elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample"
- # The tmpfiles.d configuration does not come into effect before the
- # next reboot so create the cachedir now.
- local cachedir="${EPREFIX}/var/cache/pdnsd"
- if [[ ! -d "${cachedir}" ]] ; then
- mkdir "${cachedir}" || eerror "Failed to create cache"
- fi
- chown pdnsd:pdnsd "${cachedir}" \
- || eerror "Failed to set ownership for cachedir"
- chmod 0750 "${cachedir}" \
- || eerror "Failed to set permissions for cachedir"
+ tmpfiles_process pdnsd.conf
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/
@ 2022-05-15 1:00 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-05-15 1:00 UTC (permalink / raw
To: gentoo-commits
commit: c98eb1d0685b1b9c9d60212477f76154fb64b083
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 06:48:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 01:00:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98eb1d0
net-dns/pdnsd: fgrep -> grep -F
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index e22913999e9a..42ab22965ab3 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -84,7 +84,7 @@ src_test() {
dig @127.0.0.1 -p 33455 localhost > "${T}"/dig.output 2>&1
cat "${T}"/dig.output || die
- fgrep -q "status: NOERROR" "${T}"/dig.output || fail_kill "www.gentoo.org lookup failed"
+ grep -F -q "status: NOERROR" "${T}"/dig.output || fail_kill "www.gentoo.org lookup failed"
kill $(<"${T}/pid") || fail_kill "failed to terminate daemon"
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-05-15 1:00 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-01 14:56 [gentoo-commits] repo/gentoo:master commit in: net-dns/pdnsd/ Lars Wendler
-- strict thread matches above, loose matches on Subject: below --
2022-05-15 1:00 Sam James
2021-07-30 23:31 Sam James
2021-03-07 11:58 David Seifert
2021-01-18 20:17 Sam James
2021-01-18 4:40 Sam James
2021-01-18 2:54 Sam James
2021-01-15 22:07 Sam James
2021-01-15 22:06 Sam James
2021-01-15 17:42 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox