Import net-mgmt/networkmgr version 2.2
[dports.git] / news / leafnode / pkg-plist
1 bin/leafnode-version
2 bin/newsq
3 %%ETCDIR%%/config.example
4 %%ETCDIR%%/filters.example
5 %%ETCDIR%%/nntp.rules.dist
6 %%ETCDIR%%/run.tcpd.dist
7 %%ETCDIR%%/run.tcpserver.dist
8 %%ETCDIR%%/Makefile.dist
9 %%ETCDIR%%/UNINSTALL-daemontools
10 man/man1/leafnode-version.1.gz
11 man/man1/newsq.1.gz
12 man/man8/applyfilter.8.gz
13 man/man8/checkgroups.8.gz
14 man/man8/fetchnews.8.gz
15 man/man8/leafnode.8.gz
16 man/man8/texpire.8.gz
17 man/de.ISO8859-1/man1/leafnode-version.1.gz
18 man/de.ISO8859-1/man1/newsq.1.gz
19 man/de.ISO8859-1/man8/applyfilter.8.gz
20 man/de.ISO8859-1/man8/checkgroups.8.gz
21 man/de.ISO8859-1/man8/fetchnews.8.gz
22 man/de.ISO8859-1/man8/leafnode.8.gz
23 man/de.ISO8859-1/man8/texpire.8.gz
24 sbin/leafnode
25 sbin/fetchnews
26 sbin/texpire
27 sbin/checkgroups
28 sbin/applyfilter
29 sbin/setup-daemontools.sh
30 @dir %%ETCDIR%%
31 @comment only remove these when empty:
32 @comment we don't want to kill the news spool across updates
33 @unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file
34 @dir %%SPOOLDIR%%/failed.postings
35 @dir %%SPOOLDIR%%/interesting.groups
36 @dir %%SPOOLDIR%%/leaf.node
37 @dir %%SPOOLDIR%%/message.id
38 @dir %%SPOOLDIR%%/out.going
39 @dir %%SPOOLDIR%%/temp.files
40 @dir %%SPOOLDIR%%
41 @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