1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/news/leafnode/pkg-plist
2013-09-30 21:37:18 +00:00

47 lines
1.7 KiB
Plaintext

@comment $FreeBSD$
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
@dirrmtry %%ETCDIR%%
@comment only remove these when empty:
@comment we don't want to kill the news spool across updates
@cwd /
@unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file
@dirrmtry %%SPOOLDIR%%/failed.postings
@dirrmtry %%SPOOLDIR%%/leaf.node
@unexec rmdir %%SPOOLDIR%%/message.id/* 2>/dev/null || :
@dirrmtry %%SPOOLDIR%%/message.id
@dirrmtry %%SPOOLDIR%%/interesting.groups
@dirrmtry %%SPOOLDIR%%/out.going
@dirrmtry %%SPOOLDIR%%/temp.files
@dirrmtry %%SPOOLDIR%%
@cwd %%REALPREFIX%%
@unexec rmdir %D/var/spool %D/var %D/lib/leafnode 2>/dev/null || :
@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