aboutsummaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2011-05-10 14:42:59 -0400
committerCole Robinson <crobinso@redhat.com>2011-06-07 14:06:11 -0400
commit02e86910e2b55088c44752659a70916c66028e2a (patch)
treef8566fb14e86383f402c4ab7297ae4e4a4b55156 /cfg.mk
parentutil: Implement virRun as a wrapper around virCommand (diff)
downloadlibvirt-02e86910e2b55088c44752659a70916c66028e2a.tar.gz
libvirt-02e86910e2b55088c44752659a70916c66028e2a.tar.bz2
libvirt-02e86910e2b55088c44752659a70916c66028e2a.zip
Move virRun, virExec*, virFork to util/command
Seems reasonable to have all command wrappers in the same place v2: Dont move SetInherit v3: Comment spelling fix Adjust WARN0 comment Remove spurious #include movement Don't include sys/types.h Combine virExec enums Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index d16d8a817..5d3ef264c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -622,7 +622,7 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = ^po/
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
(^docs/api_extension/|^tests/qemuhelpdata/|\.(gif|ico|png)$$)
-_src2=src/(util/util|libvirt|lxc/lxc_controller)
+_src2=src/(util/command|libvirt|lxc/lxc_controller)
exclude_file_name_regexp--sc_prohibit_fork_wrappers = \
(^docs|^($(_src2)|tests/testutils|daemon/libvirtd)\.c$$)