aboutsummaryrefslogtreecommitdiffstats
path: root/security/drweb-sendmail/files/patch-ac
blob: 07d09d9d67974423c95ad1aadde61a09765693fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- doc/sendmail/configure.orig Mon May  6 19:23:27 2002
+++ doc/sendmail/configure  Fri May 10 18:21:04 2002
@@ -110,7 +110,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 ..."
     POS=`$GREP -i SocketMode $DAEMON_INI | $GREP -v ";" | $AWK '{ print match( $0, /[Tt][Cc][Pp]/ ) }'`
@@ -265,8 +265,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