freebsd-ports/security/john/pkg-plist
Emanuel Haupt 92eaeee9b4 - Update to 1.6.40
- Be more picky about whats PORTDOCS and what not
- Moved john.conf from ${DATADIR} to ${PREFIX}/etc
- Preserve existing/changed config file on install/deinstall
- Remove files/patch-john.conf
2005-12-31 04:28:08 +00:00

14 lines
353 B
Plaintext

bin/john
bin/unshadow
bin/xtract
@unexec if cmp -s %D/etc/john.conf %D/etc/john.conf.default; then rm -f %D/etc/john.conf; fi
etc/john.conf.default
@exec [ -f %B/john.conf ] || cp %B/%f %B/john.conf
%%DATADIR%%/all.chr
%%DATADIR%%/alnum.chr
%%DATADIR%%/alpha.chr
%%DATADIR%%/digits.chr
%%DATADIR%%/lanman.chr
%%DATADIR%%/password.lst
@dirrm %%DATADIR%%