git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@110
370017ae-e619-0410-ac65-
c121f96126d4
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`
CWD="`pwd`"
+cat << EOCAT
+You'll need the following packages:
+
+ librsync
+
+EOCAT
+
+if [ "$INTERACT" != "no" ]; then
+ echo "Hit ENTER do continue, Crtl-C to abort"
+ read crap
+else
+ echo sleeping 3 seconds...
+ sleep 3
+fi
+
if [ -f "/etc/slackbuildrc" ]; then
source /etc/slackbuildrc
fi