diff options
Diffstat (limited to 'security/drweb-sendmail/files/patch-ac')
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac deleted file mode 100644 index 692e730..0000000 --- a/security/drweb-sendmail/files/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ ---- doc/sendmail/configure.orig Wed Jun 4 16:46:57 2003 -+++ doc/sendmail/configure Tue Jul 1 09:41:05 2003 -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!%LOCALBASE%/bin/bash - # - # $Id: configure,v 1.25 2003/04/10 15:47:33 cvser Exp $ - # -@@ -134,7 +134,7 @@ - # Read transport - - POS=`$GREP -i PidFile $DAEMON_INI | $GREP -v ";"` --if [ "x$POS" = "x" ] ; then -+if [ "x" = "x" ] ; then - echo - echo -n "Daemon pidfile not defined in ini-file ..." - if [ $VER -eq 1 ] ; then -@@ -377,8 +377,13 @@ - echo "Edit one of configuration files and try again." - exit 1 - fi -+ else -+ echo "Press Enter" -+ read INPUT - fi - else -+ echo "Press Enter" -+ read INPUT - FILTER_TIMEOUT=0 - fi - |