diff options
author | Daouda Lo <daouda@mandriva.com> | 2005-04-14 13:14:16 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2005-04-14 13:14:16 +0000 |
commit | bdf3c21544df501a3a15b55a6048bb9658b3c556 (patch) | |
tree | 78534e79892121cb97b77b3e2b877da963ac1ece /mdkupdate | |
parent | 6dab411e0800244e5031eb037761ae73b0e4f69e (diff) | |
download | mgaonline-bdf3c21544df501a3a15b55a6048bb9658b3c556.tar mgaonline-bdf3c21544df501a3a15b55a6048bb9658b3c556.tar.gz mgaonline-bdf3c21544df501a3a15b55a6048bb9658b3c556.tar.bz2 mgaonline-bdf3c21544df501a3a15b55a6048bb9658b3c556.tar.xz mgaonline-bdf3c21544df501a3a15b55a6048bb9658b3c556.zip |
- switch to Mandriva
Diffstat (limited to 'mdkupdate')
-rwxr-xr-x | mdkupdate | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,9 +2,9 @@ ################################################################################ # Mdkupdate # # # -# Copyright (C) 2002-2004 Mandrakesoft # +# Copyright (C) 2002-2004 Mandriva # # # -# Daouda Lo <daouda@mandrakesoft.com> # +# Daouda Lo <daouda at mandriva dot com> # # # # This program is free software; you can redistribute it and/or modify # # it under the terms of the GNU General Public License Version 2 as # @@ -42,7 +42,7 @@ my $afterrpm = "$confdir/rpm_qa_installed_after"; my $logfile = '/var/tmp/mdkupdate.log'; -my $onlineUrl = "https://www.mandrakeonline.net/"; +my $onlineUrl = "https://www.mandrivaonline.net/"; my $url; foreach (qw(online_dif online_update online3_RemoteAction wizard)) { $url->{$_} = $onlineUrl . $_ . '.php'; @@ -58,7 +58,7 @@ my ($scheduled, $noscheduled); sub usage() { print STDERR N("mdkupdate version %s -Copyright (C) %s Mandrakesoft. +Copyright (C) %s Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: |