aboutsummaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 19:42:27 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 19:42:27 +0000
commit83d04da5d9f018545214576b69d81fd8f4892727 (patch)
treea09c330ef7e9fbb6eee7c1f327609e4d6b573cde /postfix
parent493a71d9d9e64de86206dfa3021a9fa2588ea3fb (diff)
downloadslackbuilds-83d04da5d9f018545214576b69d81fd8f4892727.tar.gz
slackbuilds-83d04da5d9f018545214576b69d81fd8f4892727.tar.bz2
rdiff-backup update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@110 370017ae-e619-0410-ac65-c121f96126d4
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`