freebsd-ports/security/drweb-sendmail/files/patch-ac
Andrey A. Chernov 02da81da7c Upgrade to 4.26b
2001-10-20 20:50:21 +00:00

11 lines
417 B
Text

--- ../sendmail/configure.orig Tue Oct 16 19:28:24 2001
+++ ../sendmail/configure Sun Oct 21 00:09:16 2001
@@ -117,7 +117,7 @@
CACHE_ADDR="n"
POS=`$GREP PidFile $DAEMON_INI | $GREP -v ";"`
-if [ "x$POS" = "x" ] ; then
+if [ "x" = "x" ] ; then
echo
echo -n "Daemon pidfile not defined in ini-file ..."
POS=`$GREP SocketMode $DAEMON_INI | $GREP -v ";" | $AWK '{ print match( $0, /[Tt][Cc][Pp]/ ) }'`