Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2026 08:41:32 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdb7fd4970ab - main - Uses/dbus-testing.mk: Remove the "permit all" config at the post-test stage
Message-ID:  <695e1c3c.8daa.3b6aaa83@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

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

commit fdb7fd4970aba6c590c652b2dc196f5ec07bce96
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-01-04 15:45:59 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-01-07 08:41:15 +0000

    Uses/dbus-testing.mk: Remove the "permit all" config at the post-test stage
---
 Mk/Uses/dbus-testing.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Mk/Uses/dbus-testing.mk b/Mk/Uses/dbus-testing.mk
index 411b169cc422..c81678fe2b83 100644
--- a/Mk/Uses/dbus-testing.mk
+++ b/Mk/Uses/dbus-testing.mk
@@ -53,5 +53,8 @@ dbus-testing-post-test:
 	@[ ! -f ${_ALREADY_STARTED_COOKIE} ] && \
 		/usr/sbin/service dbus onestop || ${TRUE}
 	@${RM} ${_ALREADY_STARTED_COOKIE}
+.  if defined(PACKAGE_BUILDING) && ${UID} == 0
+	${RM} ${_DBUS_LOCAL_CONF_DST}
+.  endif
 
 .endif


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695e1c3c.8daa.3b6aaa83>