diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-10 09:41:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-10 09:41:20 +0000 |
commit | 892abe2b7e333154ccb6f29743bfa37981c3abdd (patch) | |
tree | ddd48c8dd0547513d274e8520fa0d565ab5646c3 /security/john | |
parent | 711ee07f12ada1db1db771626d9dde2b1a74d6bf (diff) | |
download | ports-892abe2b7e333154ccb6f29743bfa37981c3abdd.tar.gz ports-892abe2b7e333154ccb6f29743bfa37981c3abdd.zip |
Notes
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/john/pkg-plist b/security/john/pkg-plist index 557410507863..d7207edcfd59 100644 --- a/security/john/pkg-plist +++ b/security/john/pkg-plist @@ -1,9 +1,7 @@ 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 +@sample etc/john.conf.default etc/john.conf %%DATADIR%%/all.chr %%DATADIR%%/alnum.chr %%DATADIR%%/alpha.chr |