freebsd-ports/security/portsentry/pkg-plist
Will Andrews e816a00130 Detect of portsentry.conf hasn't changed and delete on uninstall if true.
PR:		23659
Submitted by:	David W. Chapman, Jr. <dwcjr@inethouston.net>
Approved by:	Dan Langille <dan@langille.org> (MAINTAINER)
2000-12-21 19:42:04 +00:00

10 lines
395 B
Plaintext

bin/portsentry
@unexec if cmp -s %D/etc/portsentry.conf %D/etc/portsentry.conf.default; then rm -f %D/etc/portsentry.conf; fi
etc/portsentry.conf.default
@exec if [ ! -f %D/etc/portsentry.conf ] ; then cp -p %D/%F %B/portsentry.conf; fi
etc/portsentry.ignore
share/doc/portsentry/README.install
share/doc/portsentry/README.methods
share/doc/portsentry/README.stealth
@dirrm share/doc/portsentry