components/nmap/patches/6.configure.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 14 Nov 2011 09:59:53 -0800
changeset 585 1d18a6d1c29a
parent 146 8e22ba234817
permissions -rw-r--r--
7096459 convmv says our perl is buggy

--- nmap-5.21/ncat/configure.~1~	Mon Jan 11 11:41:56 2010
+++ nmap-5.21/ncat/configure	Mon Mar 21 15:32:46 2011
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.63.
 #
@@ -589,7 +589,7 @@
 subdirs=
 MFLAGS=
 MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
+SHELL=${CONFIG_SHELL-/bin/bash}
 
 # Identity of this package.
 PACKAGE_NAME=
@@ -755,7 +755,7 @@
 datadir='${datarootdir}'
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
+localstatedir=
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE}'