diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-23 12:05:04 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-25 18:58:13 +0000 |
commit | 18374b5b7d3154e0b8b8a07e3590f6eee762b58e (patch) | |
tree | 13a8254ab4e06a1736761005866fc313182b8e58 /po | |
parent | 4838ec3326d2970e6afe3cde6b368aeae840b969 (diff) | |
download | libguestfs-18374b5b7d3154e0b8b8a07e3590f6eee762b58e.tar.gz libguestfs-18374b5b7d3154e0b8b8a07e3590f6eee762b58e.tar.xz libguestfs-18374b5b7d3154e0b8b8a07e3590f6eee762b58e.zip |
df: Rewrite virt-df in C.
I have diffed the output from the original virt-df with this
new version, and they agree very closely. Some differences:
- Old virt-df have a divide-by-zero error in cases where the
number of used inodes was 0. New virt-df fixes this.
- New virt-df uses gnulib human_readable library which displays
numbers to 3 significant figures for -h output (old version
used an ad hoc function).
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 61bf4357..5072fc76 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -74,6 +74,10 @@ daemon/wc.c daemon/xattr.c daemon/zero.c daemon/zerofree.c +df/df.c +df/domains.c +df/main.c +df/output.c fish/alloc.c fish/cmds.c fish/cmds_gperf.c @@ -137,7 +141,6 @@ src/proto.c src/virt.c test-tool/helper.c test-tool/test-tool.c -tools/virt-df.pl tools/virt-edit.pl tools/virt-list-filesystems.pl tools/virt-list-partitions.pl |