]> git.pld-linux.org Git - packages/libvirt.git/commitdiff
- fixed comment
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 May 2012 07:42:46 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libvirt-lxc.patch -> 1.5

libvirt-lxc.patch

index c322b7264ab934c3c2bf2d963b1e715803b5a65b..88c721742f4593053c2cc995a2166127692a9762 100644 (file)
@@ -74,7 +74,7 @@ diff -ur libvirt-0.9.12/src/lxc/lxc_controller.c libvirt-0.9.12-lxc/src/lxc/lxc_
 +    }
 +    fclose(fp);
 +    VIR_DEBUG("Tasks left: %d", tasks);
-+    # Kill init if it's the only process left beside container controller process
++    /* Kill init if it's the only process left beside container controller process */
 +    if (tasks == 2)
 +        kill(initpid, SIGKILL);
 +}
This page took 0.033647 seconds and 4 git commands to generate.