mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
b87b59b1ce
- Support staging - Minor fixes maintainer timeout [1] PR: ports/180794, ports/185246 [1] Submitted by: Hung-Yi Chen, Royce Williams [1]
32 lines
800 B
Plaintext
32 lines
800 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%%/cracf2john.py
|
|
%%DATADIR%%/digits.chr
|
|
%%DATADIR%%/dumb16.conf
|
|
%%DATADIR%%/dumb32.conf
|
|
%%DATADIR%%/dynamic.conf
|
|
%%DATADIR%%/genincstats.rb
|
|
%%DATADIR%%/lanman.chr
|
|
%%DATADIR%%/ldif2john.pl
|
|
%%DATADIR%%/lion2john-alt.pl
|
|
%%DATADIR%%/lion2john.pl
|
|
%%DATADIR%%/mailer
|
|
%%DATADIR%%/netntlm.pl
|
|
%%DATADIR%%/netscreen.py
|
|
%%DATADIR%%/odf2john.py
|
|
%%DATADIR%%/pass_gen.pl
|
|
%%DATADIR%%/password.lst
|
|
%%DATADIR%%/radius2john.pl
|
|
%%DATADIR%%/sap2john.pl
|
|
%%DATADIR%%/sha-dump.pl
|
|
%%DATADIR%%/sha-test.pl
|
|
%%DATADIR%%/sipdump2john.py
|
|
@dirrm %%DATADIR%%
|