1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/news/leafnode/pkg-plist
Matthias Andree 6b71921e69 news/leafnode: pkg update: @unexec->@postunexec
I am not bumping PORTREVISION for now since this change makes no
practical difference.
2021-07-22 10:56:52 +02:00

42 lines
1.5 KiB
Plaintext

bin/leafnode-version
bin/newsq
%%ETCDIR%%/config.example
%%ETCDIR%%/filters.example
%%ETCDIR%%/nntp.rules.dist
%%ETCDIR%%/run.tcpd.dist
%%ETCDIR%%/run.tcpserver.dist
%%ETCDIR%%/Makefile.dist
%%ETCDIR%%/UNINSTALL-daemontools
man/man1/leafnode-version.1.gz
man/man1/newsq.1.gz
man/man8/applyfilter.8.gz
man/man8/checkgroups.8.gz
man/man8/fetchnews.8.gz
man/man8/leafnode.8.gz
man/man8/texpire.8.gz
man/de.ISO8859-1/man1/leafnode-version.1.gz
man/de.ISO8859-1/man1/newsq.1.gz
man/de.ISO8859-1/man8/applyfilter.8.gz
man/de.ISO8859-1/man8/checkgroups.8.gz
man/de.ISO8859-1/man8/fetchnews.8.gz
man/de.ISO8859-1/man8/leafnode.8.gz
man/de.ISO8859-1/man8/texpire.8.gz
sbin/leafnode
sbin/fetchnews
sbin/texpire
sbin/checkgroups
sbin/applyfilter
sbin/setup-daemontools.sh
@dir %%ETCDIR%%
@comment only remove these when empty:
@comment we don't want to kill the news spool across updates
@postunexec rm -f %%SPOOLDIR%%/leaf.node/lock.file
@dir %%SPOOLDIR%%/failed.postings
@dir %%SPOOLDIR%%/interesting.groups
@dir %%SPOOLDIR%%/leaf.node
@dir %%SPOOLDIR%%/message.id
@dir %%SPOOLDIR%%/out.going
@dir %%SPOOLDIR%%/temp.files
@dir %%SPOOLDIR%%
@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