mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
17454d5126
- minor pkg-* polishing to please portlint PR: ports/95543 Submitted by: maintainer
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
@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
|