From 748beb04721564bbefe1abb0b62631ef3205225a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Oct 2008 01:49:17 +0000 Subject: (is_there_a_new_distributions) reread distro release after distro upgrade --- mdkapplet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index c11ded72..340bcebc 100755 --- a/mdkapplet +++ b/mdkapplet @@ -237,7 +237,7 @@ foreach my $opt (@ARGV) { my $root = Rpmdrake::open_db::fast_open_urpmi_db()->{root}; my $new_distro; -my $product_id = common::parse_LDAP_namespace_structure(cat_("$root/etc/product.id")); +my $product_id; shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet\n"; @@ -264,6 +264,7 @@ ugtk2::exit(0); sub is_there_a_new_distributions() { + $product_id = common::parse_LDAP_namespace_structure(cat_("$root/etc/product.id")); return if $product_id->{product} =~ /Flash/; #- contact the following URL to retrieve the list of released distributions. my $type = lc($product_id->{type}); $type =~ s/\s//g; -- cgit v1.2.1