search for: windowsregistryentry

Displaying 2 results from an estimated 2 matches for "windowsregistryentry".

2009 Oct 01
1
[PATCH] inspector: Don't bomb if no kernels detected.
This is a partial fix for https://bugzilla.redhat.com/show_bug.cgi?id=526717 Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...l->startTag("windowsregistryentries"); - # These are just lumps of text - dump them out. - foreach (@{$os->{root}->{registry}}) { + # These are just lumps of text - dump them out. + foreach (@{$os->{root}->{registry}}) { $xml->dataElement("windowsregistryentry", $_); - } + } $xml->endTag("windowsregistryentries"); } @@ -632,7 +632,7 @@ sub output_query_windows { my $windows = "no"; foreach my $os (keys %$oses) { - $windows="yes" if $oses->{$os}->{os} eq "windows"; +...