daemon: Close leaked file descriptor along checksum error path (RHBZ#657499).
[libguestfs.git] / HACKING
diff --git a/HACKING b/HACKING
index df28b7a..3ea0e4a 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -71,6 +71,10 @@ appliance/
 capitests/
         Automated tests of the C API.
 
+cat/
+        The 'virt-cat', 'virt-filesystems' and 'virt-ls' commands and
+        documentation.
+
 contrib/
         Outside contributions, experimental parts.
 
@@ -80,6 +84,9 @@ csharp/
 daemon/
         The daemon that runs inside the guest and carries out actions.
 
+df/
+        'virt-df' command and documentation.
+
 examples/
         The examples.
 
@@ -145,10 +152,7 @@ ruby/
         Ruby bindings.
 
 tools/
-        Command line tools like virt-cat, virt-df, virt-edit and more.
-        In versions <= 1.0.73 these were all in separate directories
-        like cat/, df/, edit/, but since then we moved them all into
-        one directory to simplify builds.
+        Command line tools like virt-df, virt-edit and more.
 
 src/
         Source code to the C library.