aboutsummaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'postfix')
-rwxr-xr-xpostfix/postfix.SlackBuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/postfix/postfix.SlackBuild b/postfix/postfix.SlackBuild
index 92eb57a1..3b66140f 100755
--- a/postfix/postfix.SlackBuild
+++ b/postfix/postfix.SlackBuild
@@ -21,9 +21,15 @@ postfix-anon support, first build/install the following packages:
cyrus-sasl
openldap-client
-Type ENTER you have those built and installed.
EOECHO
-read
+
+if [ "$INTERACT" != "no" ]; then
+ echo "Hit ENTER do continue, Crtl-C to abort"
+ read crap
+else
+ echo sleeping 3 seconds...
+ sleep 3
+fi
CWD=`pwd`