diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 04:59:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 04:59:18 +0000 |
commit | dd86b37a38e5ce0350d0caf8105e0bcf5ad1236c (patch) | |
tree | db8085d52e961dffe56fa38a0b8f7f02358020ba /security/crack | |
parent | d6d8ab5d4a878c3f5466b4f1abe8a83d3334e22d (diff) | |
download | pkgsrc-dd86b37a38e5ce0350d0caf8105e0bcf5ad1236c.tar.gz |
remove unused patch
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/patches/patch-01 | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/security/crack/patches/patch-01 b/security/crack/patches/patch-01 deleted file mode 100644 index 69513c8d096..00000000000 --- a/security/crack/patches/patch-01 +++ /dev/null @@ -1,78 +0,0 @@ -$NetBSD: patch-01,v 1.1 1999/09/30 15:24:55 bouyer Exp $ - ---- Crack.orig Sat Dec 21 02:09:41 1996 -+++ Crack Thu Sep 30 17:18:29 1999 -@@ -336,23 +336,23 @@ - # Make the binaries - ### - --echo "Crack: making utilities in $bindir" -- --if [ ! -d $bindir ] # small redundancy, big benefit --then -- mkdir $bindir || exit 1 --fi -- --make clean || exit 1 -- --make ARGS="\"XDIR=../../$bindir\" \"XCFLAGS=$CFLAGS\" \"XCC=$CC\" \"XLIBS=$LIBS\"" utils || exit 1 -- - ### - # Make Only ? - ### - - if [ "x$makeonlyflag" != "x" ] - then -+ echo "Crack: making utilities in $bindir" -+ -+ if [ ! -d $bindir ] # small redundancy, big benefit -+ then -+ mkdir $bindir || exit 1 -+ fi -+ -+ make clean || exit 1 -+ -+ make ARGS="\"XDIR=../../$bindir\" \"XCFLAGS=$CFLAGS\" \"XCC=$CC\" \"XLIBS=$LIBS\"" utils || exit 1 -+ - echo "Crack: makeonly done" - exit 0 - fi -@@ -364,25 +364,25 @@ - dp=run/dict - dplf=$dp/.dictmade - --if [ ! -f $dplf ] --then -- test -d $dp && rm -rf $dp -- -- echo "Crack: making dictionary groups, please be patient..." -- mkdictgrps $dp || exit 1 -- -- echo "Crack: Created new dictionaries..." -- date > $dplf --else -- echo "Crack: The dictionaries seem up to date..." --fi -- - ### - # Make Dict Only ? - ### - - if [ "x$makedictflag" != "x" ] - then -+ if [ ! -f $dplf ] -+ then -+ test -d $dp && rm -rf $dp -+ -+ echo "Crack: making dictionary groups, please be patient..." -+ mkdictgrps $dp || exit 1 -+ -+ echo "Crack: Created new dictionaries..." -+ date > $dplf -+ else -+ echo "Crack: The dictionaries seem up to date..." -+ fi -+ - echo "Crack: makedict done" - exit 0 - fi |