aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-07-22 08:56:52 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-07-22 08:56:52 +0000
commit6b71921e696d7516001908dae64c5db3fb9440da (patch)
treeef1b73ecc433b6e556d32aadc7e1f781c82e1b4f /news
parent17db9a3291e9e8b62af035ee1b22160be465976a (diff)
downloadports-6b71921e696d7516001908dae64c5db3fb9440da.tar.gz
ports-6b71921e696d7516001908dae64c5db3fb9440da.zip
news/leafnode: pkg update: @unexec->@postunexec
I am not bumping PORTREVISION for now since this change makes no practical difference.
Diffstat (limited to 'news')
-rw-r--r--news/leafnode/pkg-plist4
1 files 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