diff options
author | Matthew Booth <mbooth@redhat.com> | 2009-09-11 14:27:54 +0100 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2009-09-14 10:13:03 +0100 |
commit | 13432f02ca29eecaa61c8d66c7c52f9b70b2b3be (patch) | |
tree | 59cf8f442aaed9679788e519d96ac6e82bb1cd44 /po | |
parent | 02ae70474d418b202b6a8411daa54f8dfc790206 (diff) | |
download | libguestfs-13432f02ca29eecaa61c8d66c7c52f9b70b2b3be.tar.gz libguestfs-13432f02ca29eecaa61c8d66c7c52f9b70b2b3be.tar.xz libguestfs-13432f02ca29eecaa61c8d66c7c52f9b70b2b3be.zip |
Add echo_daemon command
echo_daemon is a simple echo which can be used to test connectivity between the
client and daemon.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 1b2f82ad..44e472b9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -12,6 +12,7 @@ daemon/dir.c daemon/dmesg.c daemon/dropcaches.c daemon/du.c +daemon/echo_daemon.c daemon/ext2.c daemon/fallocate.c daemon/file.c |