From 8d6d8919bba278a3310e1ad1a59501930fba80a6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 2 Mar 2006 18:56:50 +0000 Subject: switch to new server URL --- mdkonline.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkonline.pm') diff --git a/mdkonline.pm b/mdkonline.pm index a9c51659..9b76676e 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -23,7 +23,7 @@ my $testing = 1; my $release_file = find { -f $_ } '/etc/mandriva-release', '/etc/mandrakelinux-release', '/etc/mandrake-release', '/etc/redhat-release'; my ($product_file, $conf_file, $rootconf_file) = ('/etc/sysconfig/system', '/etc/sysconfig/mdkonline', '/root/.MdkOnline/hostconf'); -my $uri = !$testing ? 'https://online.mandriva.com/soap' : 'https://192.168.100.47/~romain/online3b/soap'; +my $uri = !$testing ? 'https://online.mandriva.com/soap' : 'https://online3.mandriva.com/soap/'; my $online_proxy = $service_proxy = $uri; -- cgit v1.2.1