summaryrefslogtreecommitdiff
path: root/security/doorman/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/doorman/files/patch-configure.ac')
-rw-r--r--security/doorman/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/doorman/files/patch-configure.ac b/security/doorman/files/patch-configure.ac
new file mode 100644
index 000000000000..da49e679bd9e
--- /dev/null
+++ b/security/doorman/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig Sun Aug 7 16:26:03 2005
++++ configure.ac Sun Oct 30 14:53:03 2005
+@@ -22,7 +22,7 @@
+
+ AC_PATH_PROG([LSOF], [lsof], [no],
+ [/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin])
+-if test "$LSOF" == "no"; then
++if test "$LSOF" = "no"; then
+ echo -e "\a"
+ echo "*** Utility 'lsof' is missing; doormand cannot function properly without it."
+ echo "*** (Get lsof at: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof.tar.gz)"