forked from Lainports/freebsd-ports
31 lines
714 B
Text
31 lines
714 B
Text
--- 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
|
|
|