From 83d04da5d9f018545214576b69d81fd8f4892727 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 31 Aug 2006 19:42:27 +0000 Subject: rdiff-backup update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@110 370017ae-e619-0410-ac65-c121f96126d4 --- postfix/postfix.SlackBuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'postfix') 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` -- cgit v1.2.3