freebsd-ports/security/doorman/files/patch-configure.ac
Renato Botelho 957571a90d - Update to 0.81
PR:		ports/88240
Submitted by:	maintainer
2005-10-31 14:53:37 +00:00

11 lines
481 B
Text

--- 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)"