mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
80daace904
- 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
4 lines
193 B
Plaintext
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
|