diff options
Diffstat (limited to 'security/doorman/files/patch-configure.ac')
-rw-r--r-- | security/doorman/files/patch-configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/doorman/files/patch-configure.ac b/security/doorman/files/patch-configure.ac deleted file mode 100644 index da49e679bd9e..000000000000 --- a/security/doorman/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- 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)" |