Date: Thu, 22 Jul 2021 09:23:30 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b71921e696d - main - news/leafnode: pkg update: @unexec->@postunexec Message-ID: <202107220923.16M9NUw4062084@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b71921e696d7516001908dae64c5db3fb9440da commit 6b71921e696d7516001908dae64c5db3fb9440da Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-07-22 08:56:52 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-07-22 08:56:52 +0000 news/leafnode: pkg update: @unexec->@postunexec I am not bumping PORTREVISION for now since this change makes no practical difference. --- news/leafnode/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/leafnode/pkg-plist b/news/leafnode/pkg-plist index 0d421b38fa5d..1104ec4a9fc4 100644 --- a/news/leafnode/pkg-plist +++ b/news/leafnode/pkg-plist @@ -30,7 +30,7 @@ sbin/setup-daemontools.sh @dir %%ETCDIR%% @comment only remove these when empty: @comment we don't want to kill the news spool across updates -@unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file +@postunexec rm -f %%SPOOLDIR%%/leaf.node/lock.file @dir %%SPOOLDIR%%/failed.postings @dir %%SPOOLDIR%%/interesting.groups @dir %%SPOOLDIR%%/leaf.node @@ -38,4 +38,4 @@ sbin/setup-daemontools.sh @dir %%SPOOLDIR%%/out.going @dir %%SPOOLDIR%%/temp.files @dir %%SPOOLDIR%% -@unexec if test -d "%%SPOOLDIR%%" || test -d "%D/etc/leafnode" ; then echo ; echo "==============================================================================" ; echo "If you want to remove leafnode for good, delete spool and configuration:" ; echo "type: rm -rf %D/etc/leafnode %%SPOOLDIR%%" ; echo "==============================================================================" ; fi +@postunexec if test -d "%%SPOOLDIR%%" || test -d "%D/etc/leafnode" ; then echo ; echo "==============================================================================" ; echo "If you want to remove leafnode for good, delete spool and configuration:" ; echo "type: rm -rf %D/etc/leafnode %%SPOOLDIR%%" ; echo "==============================================================================" ; fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107220923.16M9NUw4062084>