From 51779abef3b3cabff3e4d38682179a19ed801bc0 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 31 Mar 2009 13:08:53 +0000 Subject: * minor fix: skip check for uclibrootfs-version if slxversion produces a modified version (something ending in 'M'), since that usually indicates local development taking place - let's hope this does not hide any problems ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2774 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-db') diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer index fe8df03e..b3d597e5 100755 --- a/config-db/slxconfig-demuxer +++ b/config-db/slxconfig-demuxer @@ -630,7 +630,7 @@ sub writeSystemConfiguration chomp(my $uclibcVersion = slurpFile($uclibcVersionPath, { failIfMissing => 0 } )); chomp(my $currVersion = qx{slxversion}); - if ($uclibcVersion ne $currVersion) { + if ($currVersion !~ m{M$} && $uclibcVersion ne $currVersion) { warn _tr( "uclibc-rootfs for system '%s' may not be up-to-date - consider updating the vendor-OS!", $info->{name}, $uclibcVersion, $currVersion -- cgit v1.2.3-55-g7522