7c13b7541f
are configured. * LOCALBASE -> PREFIX * Fix extra files after uninstall * Add "deinstall for good" instructions. * Use the more efficient quickmkdir program from pkg-install. * Move spooldir into ${PREFIX} and lockfile into ${SPOOLDIR} (compatibility hack for ports that aren't turned into packages to allow for continued use of /var/spool/news for ${SPOOLDIR} is in place) * Execute pkg-install contents only once (in POST-INSTALL phase). PR: 48750 Submitted by: Matthias Andree <matthias.andree@web.de>
60 lines
2.4 KiB
Text
60 lines
2.4 KiB
Text
@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
|
|
sbin/quickmkdir
|
|
share/doc/leafnode/ChangeLog
|
|
share/doc/leafnode/COPYING
|
|
share/doc/leafnode/CREDITS
|
|
share/doc/leafnode/FAQ.txt
|
|
share/doc/leafnode/FAQ.html
|
|
share/doc/leafnode/FAQ.pdf
|
|
share/doc/leafnode/INSTALL
|
|
share/doc/leafnode/NEWS
|
|
share/doc/leafnode/README
|
|
share/doc/leafnode/README-FQDN
|
|
share/doc/leafnode/README-FQDN.html
|
|
share/doc/leafnode/README-daemontools
|
|
share/doc/leafnode/README.FIRST
|
|
share/doc/leafnode/TODO
|
|
share/doc/leafnode/leafnode.cron.daily
|
|
share/doc/leafnode/doc_german/INSTALL_de
|
|
share/doc/leafnode/doc_german/LIESMICH-daemontools
|
|
share/doc/leafnode/doc_german/README
|
|
share/doc/leafnode/doc_german/README_de
|
|
share/doc/leafnode/doc_german/newsq.1
|
|
share/doc/leafnode/doc_german/applyfilter.8
|
|
share/doc/leafnode/doc_german/checkgroups.8
|
|
share/doc/leafnode/doc_german/fetchnews.8
|
|
share/doc/leafnode/doc_german/leafnode.8
|
|
share/doc/leafnode/doc_german/texpire.8
|
|
@dirrm share/doc/leafnode/doc_german
|
|
@dirrm share/doc/leafnode
|
|
@comment only remove these when empty:
|
|
@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 || :
|
|
@unexec rmdir %%PREFIX%%/var/spool 2>/dev/null || :
|
|
@unexec rmdir %%PREFIX%%/var 2>/dev/null || :
|
|
@unexec rmdir %D/lib/leafnode 2>/dev/null || :
|
|
@dirrm etc/leafnode
|
|
@unexec if test -d "%%SPOOLDIR%%" || test -d "%%PREFIX%%/etc/leafnode" ; then echo ; echo "==============================================================================" ; echo "If you want to remove leafnode for good," ; echo "type: rm -rf %%PREFIX%%/etc/leafnode %%SPOOLDIR%%" ; echo "==============================================================================" ; fi
|