92eaeee9b4
- 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
13 lines
353 B
Text
13 lines
353 B
Text
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%%
|