summaryrefslogtreecommitdiff
path: root/news/leafnode/pkg-plist
blob: 9a6f9c7dd59a63a542ac1f3d3bdeecfd352f9418 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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
@unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%%/failed.postings 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%%/leaf.node 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%%/message.id/* 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%%/message.id 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%%/interesting.groups 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%%/out.going 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%%/temp.files 2>/dev/null || :
@unexec rmdir %%SPOOLDIR%% 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