diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 19:42:27 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 19:42:27 +0000 |
commit | 83d04da5d9f018545214576b69d81fd8f4892727 (patch) | |
tree | a09c330ef7e9fbb6eee7c1f327609e4d6b573cde /postfix/postfix.SlackBuild | |
parent | 493a71d9d9e64de86206dfa3021a9fa2588ea3fb (diff) | |
download | slackbuilds-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/postfix.SlackBuild')
-rwxr-xr-x | postfix/postfix.SlackBuild | 10 |
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` |