summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdkonline.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline.pm b/mdkonline.pm
index e6fa8d16..d31f89db 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -243,7 +243,7 @@ sub run_and_return_task {
sub upload_host_data {
print "Saving local sw config...\n";
- my $swdata = `rpm -qa --queryformat '%{HDRID} %{N} %{E} %{V} %{R} %{ARCH} %{OS} %{DISTRIBUTION} %{VENDOR} %{SIZE} %{BUILDTIME} %{INSTALLTIME}\n'`;
+ my $swdata = `rpm -qa --queryformat '%{HDRID};%{N};%{E};%{V};%{R};%{ARCH};%{OS};%{DISTRIBUTION};%{VENDOR};%{SIZE};%{BUILDTIME};%{INSTALLTIME}\n'`;
my $etcrelease = `cat /etc/mandrake-release`;
print "Done.\n";
print "Uploading data...\n";