summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdkupdate b/mdkupdate
index be3bb8c9..1d07b992 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -60,8 +60,7 @@ my @parsed = grep {!/^#/} parse_file("/root/.mdkupdate");
# authenticate before
my $valid_customer = connect_site("http://mandrakeonline.net/online_user.php");
-
-`urpmi.addmedia --update security_$parsed[3] $parsed[4] with ../base/hdlist.cz`;
+#`urpmi.addmedia --update security_$parsed[3] $parsed[4] with ../base/hdlist.cz`;
sub connect_site () {
my ($url) =@_;