mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e816a00130
PR: 23659 Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net> Approved by: Dan Langille <dan@langille.org> (MAINTAINER)
10 lines
395 B
Plaintext
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
|