2002-11-12 17:50:18 +01:00
@comment $FreeBSD$
bin/leafnode-version
1999-03-22 02:25:42 +01:00
bin/newsq
2002-05-03 14:37:33 +02:00
etc/leafnode/config.example
2003-01-01 20:56:53 +01:00
etc/leafnode/filters.example
2002-08-31 18:40:17 +02:00
etc/leafnode/nntp.rules.dist
etc/leafnode/run.tcpd.dist
etc/leafnode/run.tcpserver.dist
etc/leafnode/Makefile.dist
etc/leafnode/UNINSTALL-daemontools
1997-06-28 01:00:50 +02:00
sbin/leafnode
1999-12-30 04:28:34 +01:00
sbin/fetchnews
1997-06-28 01:00:50 +02:00
sbin/texpire
1998-02-28 02:27:53 +01:00
sbin/checkgroups
1999-03-22 02:25:42 +01:00
sbin/applyfilter
2002-08-31 18:40:17 +02:00
sbin/setup-daemontools.sh
2003-02-27 19:40:30 +01:00
@comment only remove these when empty:
2003-09-05 11:24:11 +02:00
@comment we don't want to kill the news spool across updates
2003-02-27 19:40:30 +01:00
@unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file
@unexec rmdir %%SPOOLDIR%%/failed.postings 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 || :
2004-01-07 09:50:56 +01:00
@unexec rmdir %D/var/spool 2>/dev/null || :
@unexec rmdir %D/var 2>/dev/null || :
2003-02-27 19:40:30 +01:00
@unexec rmdir %D/lib/leafnode 2>/dev/null || :
2002-08-31 18:40:17 +02:00
@dirrm etc/leafnode
2004-01-07 09:50:56 +01:00
@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