1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/denyhosts/pkg-plist
Olli Hauer 80daace904 - add stage support
- use PYDISTUTILS_AUTOPLIST
- rename patch files to reflect `make makepatch' naming
- fix possible DOS
  reported on: http://seclists.org/oss-sec/2013/q4/535

PR:		ports/185141
Submitted by:	ohauer
Approved by:	maintainer timeout
2014-04-05 19:44:15 +00:00

4 lines
193 B
Plaintext

@unexec if cmp -s %D/etc/denyhosts.conf %D/etc/denyhosts.conf-dist; then rm -f %D/etc/denyhosts.conf; fi
etc/denyhosts.conf-dist
@exec [ -f %B/denyhosts.conf ] || cp -f %B/%f %B/denyhosts.conf