blob: 873918ba13bf25880f2f44b2249282d731983239 (
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
|
@comment $FreeBSD$
bin/leafnode-version
bin/newsq
etc/leafnode/config.example
etc/leafnode/filters.example
etc/leafnode/nntp.rules.dist
etc/leafnode/run.tcpd.dist
etc/leafnode/run.tcpserver.dist
etc/leafnode/Makefile.dist
etc/leafnode/UNINSTALL-daemontools
sbin/leafnode
sbin/fetchnews
sbin/texpire
sbin/checkgroups
sbin/applyfilter
sbin/setup-daemontools.sh
@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
@dirrmtry %%SPOOLDIR%%/failed.postings 2>/dev/null || :
@dirrmtry %%SPOOLDIR%%/failed.postings
@dirrmtry %%SPOOLDIR%%/leaf.node
@dirrmtry %%SPOOLDIR%%/message.id/*
@dirrmtry %%SPOOLDIR%%/message.id
@dirrmtry %%SPOOLDIR%%/interesting.groups
@dirrmtry %%SPOOLDIR%%/out.going
@dirrmtry %%SPOOLDIR%%/temp.files
@dirrmtry %%SPOOLDIR%%
@dirrmtry %D/var/spool
@dirrmtry %D/var
@dirrmtry %D/lib/leafnode
@dirrm etc/leafnode
@unexec if test -d "%%SPOOLDIR%%" || test -d "%D/etc/leafnode" ; then echo ; echo "==============================================================================" ; echo "If you want to remove leafnode for good," ; echo "type: rm -rf %D/etc/leafnode %%SPOOLDIR%%" ; echo "==============================================================================" ; fi
|