diff options
author | jlam <jlam@pkgsrc.org> | 2003-10-06 08:19:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-10-06 08:19:45 +0000 |
commit | 083b97acdfd07d6081cc17fae25e57f59bd1dd6d (patch) | |
tree | 8d5d65df00ec601c77aaefc256716bc88c9dd892 /security/crack/patches | |
parent | d151742e361d4f5d5f0352d5e1bfd24c4dc2196b (diff) | |
download | pkgsrc-083b97acdfd07d6081cc17fae25e57f59bd1dd6d.tar.gz |
Only create one directory per invocation of install(1), and run the Crack
script with ${SH} instead of /bin/sh since some OSes have dumb /bin/sh,
e.g. Solaris. From pkg/22914 by Jonathan Perkin.
Diffstat (limited to 'security/crack/patches')
-rw-r--r-- | security/crack/patches/patch-aa | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/security/crack/patches/patch-aa b/security/crack/patches/patch-aa index 1f38cb6cfbe..2a98f61d95d 100644 --- a/security/crack/patches/patch-aa +++ b/security/crack/patches/patch-aa @@ -1,7 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2003/07/02 17:33:18 jmmv Exp $ +$NetBSD: patch-aa,v 1.3 2003/10/06 08:19:45 jlam Exp $ ---- Crack.orig Sat Dec 21 02:09:41 1996 -+++ Crack Sat Oct 2 19:53:07 1999 +--- Crack.orig Fri Dec 20 17:09:41 1996 ++++ Crack +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!@@SH@@ + ### + # This program was written by and is copyright Alec Muffett 1991, + # 1992, 1993, 1994, 1995, and 1996, and is provided as part of the @@ -12,8 +12,8 @@ # User-configurable junk for Crack ### @@ -13,7 +19,7 @@ $NetBSD: patch-aa,v 1.2 2003/07/02 17:33:18 jmmv Exp $ # compiler options for crack 5.0 # -@@ -108,41 +108,11 @@ +@@ -108,41 +108,11 @@ node=`uname -n` # home base ### @@ -57,7 +63,7 @@ $NetBSD: patch-aa,v 1.2 2003/07/02 17:33:18 jmmv Exp $ ### # Flagwaving -@@ -279,110 +249,76 @@ +@@ -279,110 +249,76 @@ fi # Sanity test bindir - written in gruntscript for clarity. ### |