]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
rrdtool: fixed URL; version is 1.2.26
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 27 Jan 2008 16:44:03 +0000 (16:44 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 27 Jan 2008 16:44:03 +0000 (16:44 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1612 370017ae-e619-0410-ac65-c121f96126d4

net/analyzer/rrdtool/rrdtool.SlackBuild

index 3bed552e476f7be4e71ed20d4301bf0c3b3579ac..49982044a336485f0af17567d24028ccef27d5b5 100755 (executable)
@@ -54,9 +54,6 @@ CWD=`pwd`
 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 ~/.slackbuildrc ]; then
@@ -88,7 +85,7 @@ else
 fi
 
 SRC="$PRGNAM-$VERSION.tar.gz"
-URL="http://people.ee.ethz.ch/~oetiker/webtools/$PRGNAM/pub/$SRC"
+URL="http://oss.oetiker.ch/rrdtool/pub/$SRC"
 
 SRC_DIR="$SRC_DIR/$PACKAGE"
 mkdir -p $SRC_DIR