summaryrefslogtreecommitdiffstats
path: root/client/engine/ToolsGNU.c
diff options
context:
space:
mode:
authoradv <adv@uma.es>2011-02-23 06:53:08 +0000
committeradv <adv@uma.es>2011-02-23 06:53:08 +0000
commit84d765a87abb1c8292dd82f28ebf9dd4f2f5bcd5 (patch)
tree3356f7cd8a7ce854f07c717bc326ae8251822ca2 /client/engine/ToolsGNU.c
parent2b2144fa45cf77b6c3f4456f3364fd9b0430cba5 (diff)
branch ogclient: revisando instalador; trunk ToolsGnu.c: actualizado info versiones
git-svn-id: https://opengnsys.es/svn/trunk@1473 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/engine/ToolsGNU.c')
-rw-r--r--client/engine/ToolsGNU.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/engine/ToolsGNU.c b/client/engine/ToolsGNU.c
index e68aa579..5198bf04 100644
--- a/client/engine/ToolsGNU.c
+++ b/client/engine/ToolsGNU.c
@@ -33,7 +33,7 @@ function mbuffer ()
{
if [ "$1" = install ]
then
- install "http://www.maier-komor.de/software/mbuffer/mbuffer-20100327.tgz"
+ install "http://www.maier-komor.de/software/mbuffer/mbuffer-20110119.tgz"
else
return
fi
@@ -43,7 +43,8 @@ function ms-sys ()
{
if [ "$1" = install ]
then
- install "http://downloads.sourceforge.net/project/ms-sys/ms-sys%20development/2.1.5/ms-sys-2.1.5.tar.gz"
+ install "http://prdownloads.sourceforge.net/ms-sys/ms-sys-2.2.1.tar.gz?download"
+ #install "http://downloads.sourceforge.net/project/ms-sys/ms-sys%20development/2.1.5/ms-sys-2.1.5.tar.gz"
else
return
fi
@@ -73,7 +74,7 @@ function ntfs-3g ()
{
if [ "$1" = install ]
then
- install "http://tuxera.com/opensource/ntfs-3g-2010.3.6.tgz"
+ install "http://tuxera.com/opensource/ntfs-3g-2011.1.15.tgz"
else
return
fi
@@ -82,7 +83,6 @@ fi
function partitionsaving ()
{
-echo "http://damien.guibouret.free.fr/savepart.zip"
}