summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS11
-rw-r--r--configure.ac2
-rw-r--r--po-docs/ja.po140
-rw-r--r--po-docs/libguestfs-docs.pot138
-rw-r--r--po-docs/uk.po132
-rw-r--r--po/es.po8
-rw-r--r--po/gu.po8
-rw-r--r--po/hi.po8
-rw-r--r--po/kn.po8
-rw-r--r--po/libguestfs.pot10
-rw-r--r--po/ml.po8
-rw-r--r--po/mr.po8
-rw-r--r--po/nl.po8
-rw-r--r--po/or.po8
-rw-r--r--po/pa.po8
-rw-r--r--po/pl.po8
-rw-r--r--po/ta.po8
-rw-r--r--po/te.po8
-rw-r--r--po/uk.po8
19 files changed, 381 insertions, 156 deletions
diff --git a/BUGS b/BUGS
index 642dce29..67a671f6 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2011-07-27
+Last updated: 2011-08-07
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -50,6 +50,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
723474 NEW https://bugzilla.redhat.com/show_bug.cgi?id=723474
If hivex and/or pcre not installed, libguestfs fails to compile
+727178 NEW https://bugzilla.redhat.com/show_bug.cgi?id=727178
+ error: luks_open: cryptsetup: error while loading shared libraries: libfipscheck.so.1: cannot open shared object file: No such file or directory
+
+727247 NEW https://bugzilla.redhat.com/show_bug.cgi?id=727247
+ should not depend on MAKEDEV
+
+728224 NEW https://bugzilla.redhat.com/show_bug.cgi?id=728224
+ configure can't find qemu on PPC
+
563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450
list-devices returns devices of different types out of order
diff --git a/configure.ac b/configure.ac
index 58f90423..617a57a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# major/minor/release must be numbers
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [10])
-m4_define([libguestfs_release], [6])
+m4_define([libguestfs_release], [7])
# extra can be any string
m4_define([libguestfs_extra], [])
diff --git a/po-docs/ja.po b/po-docs/ja.po
index fbf60d48..987ee9cb 100644
--- a/po-docs/ja.po
+++ b/po-docs/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-07-27 15:55+0200\n"
+"POT-Creation-Date: 2011-08-07 23:15+0200\n"
"PO-Revision-Date: 2010-09-02 14:46+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3203,14 +3203,13 @@ msgstr ""
msgid "guestfs_set_out_of_memory_handler"
msgstr ""
-# type: verbatim
#. type: verbatim
#: ../src/guestfs.pod:1454
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
-" int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
-" guestfs_abort_cb);\n"
+" void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
+" guestfs_abort_cb);\n"
"\n"
msgstr ""
@@ -6480,14 +6479,12 @@ msgstr ""
msgid "This function returns 0 on success or -1 on error."
msgstr ""
-# type: textblock
#. type: textblock
#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
-#: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
-#: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
+#: ../src/guestfs-actions.pod:269
msgid ""
-"This function is deprecated. In new code, use the C<add_drive_opts> call "
-"instead."
+"This function is deprecated. In new code, use the L</"
+"guestfs_add_drive_opts> call instead."
msgstr ""
# type: textblock
@@ -9453,12 +9450,11 @@ msgid ""
"allocates a file in the host and attaches it as a device."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
+#: ../src/guestfs-actions.pod:1445
msgid ""
-"This function is deprecated. In new code, use the C<fallocate64> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_fallocate64> "
+"call instead."
msgstr ""
# type: =head2
@@ -10388,11 +10384,11 @@ msgid ""
"This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313
+#: ../src/guestfs-actions.pod:1938
msgid ""
-"This function is deprecated. In new code, use the C<vfs_label> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_label> "
+"call instead."
msgstr ""
# type: textblock
@@ -10426,11 +10422,11 @@ msgid ""
"This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327
+#: ../src/guestfs-actions.pod:1959
msgid ""
-"This function is deprecated. In new code, use the C<vfs_uuid> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_uuid> call "
+"instead."
msgstr ""
# type: =head2
@@ -15024,11 +15020,11 @@ msgid ""
"cluster size."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002
+#: ../src/guestfs-actions.pod:4423
msgid ""
-"This function is deprecated. In new code, use the C<mkfs_opts> call instead."
+"This function is deprecated. In new code, use the L</guestfs_mkfs_opts> "
+"call instead."
msgstr ""
# type: =head2
@@ -15580,10 +15576,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199
+#: ../src/guestfs-actions.pod:4730
msgid ""
-"This function is deprecated. In new code, use the C<mount_options> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_mount_options> "
+"call instead."
msgstr ""
# type: =head2
@@ -18328,10 +18324,10 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195
-#: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180
-#: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225
+#: ../src/guestfs-actions.pod:6228
msgid ""
-"This function is deprecated. In new code, use the C<part_add> call instead."
+"This function is deprecated. In new code, use the L</guestfs_part_add> call "
+"instead."
msgstr ""
# type: =head2
@@ -18503,9 +18499,10 @@ msgid "See also: C<guestfs_part_list>"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263
+#: ../src/guestfs-actions.pod:6287
msgid ""
-"This function is deprecated. In new code, use the C<part_list> call instead."
+"This function is deprecated. In new code, use the L</guestfs_part_list> "
+"call instead."
msgstr ""
# type: =head2
@@ -20283,7 +20280,8 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:7229
msgid ""
-"This function is deprecated. In new code, use the C<launch> call instead."
+"This function is deprecated. In new code, use the L</guestfs_launch> call "
+"instead."
msgstr ""
# type: =head2
@@ -20429,11 +20427,11 @@ msgid ""
"I<not> work, even if the length is specified."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904
+#: ../src/guestfs-actions.pod:7319
msgid ""
-"This function is deprecated. In new code, use the C<write> call instead."
+"This function is deprecated. In new code, use the L</guestfs_write> call "
+"instead."
msgstr ""
# type: =head2
@@ -20684,11 +20682,11 @@ msgid ""
"files."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001
+#: ../src/guestfs-actions.pod:7488
msgid ""
-"This function is deprecated. In new code, use the C<file> call instead."
+"This function is deprecated. In new code, use the L</guestfs_file> call "
+"instead."
msgstr ""
# type: =head2
@@ -24472,6 +24470,14 @@ msgid ""
"drive-ro> instead."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158
+#: ../fish/guestfish-actions.pod:172
+msgid ""
+"This function is deprecated. In new code, use the L</add_drive_opts> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:35
@@ -25777,6 +25783,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:953
+msgid ""
+"This function is deprecated. In new code, use the L</fallocate64> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:960
@@ -26132,6 +26145,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1313
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_label> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:1320
@@ -26147,6 +26167,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1327
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_uuid> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:1334
@@ -28386,6 +28412,13 @@ msgid ""
"filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3002
+msgid ""
+"This function is deprecated. In new code, use the L</mkfs_opts> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:3009
@@ -28635,6 +28668,13 @@ msgid ""
"string for the first parameter if you don't want any options)."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3199
+msgid ""
+"This function is deprecated. In new code, use the L</mount_options> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:3206
@@ -30056,6 +30096,13 @@ msgstr ""
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203
+#: ../fish/guestfish-actions.pod:4225
+msgid ""
+"This function is deprecated. In new code, use the L</part_add> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4187
@@ -30177,6 +30224,13 @@ msgstr ""
msgid "See also: L</part-list>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4263
+msgid ""
+"This function is deprecated. In new code, use the L</part_list> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4270
@@ -31196,6 +31250,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4904
+msgid ""
+"This function is deprecated. In new code, use the L</write> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4911
@@ -31337,6 +31397,12 @@ msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:5001
+msgid ""
+"This function is deprecated. In new code, use the L</file> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:5008
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index 647ace8a..7498d4c7 100644
--- a/po-docs/libguestfs-docs.pot
+++ b/po-docs/libguestfs-docs.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.10.6\n"
+"Project-Id-Version: libguestfs 1.10.7\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-07-27 15:55+0200\n"
+"POT-Creation-Date: 2011-08-07 23:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2816,8 +2816,8 @@ msgstr ""
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
-" int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
-" guestfs_abort_cb);\n"
+" void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
+" guestfs_abort_cb);\n"
"\n"
msgstr ""
@@ -5796,10 +5796,10 @@ msgid "This function returns 0 on success or -1 on error."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
+#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269
msgid ""
-"This function is deprecated. In new code, use the C<add_drive_opts> call "
-"instead."
+"This function is deprecated. In new code, use the "
+"L</guestfs_add_drive_opts> call instead."
msgstr ""
#. type: textblock
@@ -8207,10 +8207,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
+#: ../src/guestfs-actions.pod:1445
msgid ""
-"This function is deprecated. In new code, use the C<fallocate64> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_fallocate64> "
+"call instead."
msgstr ""
#. type: =head2
@@ -9007,10 +9007,10 @@ msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313
+#: ../src/guestfs-actions.pod:1938
msgid ""
-"This function is deprecated. In new code, use the C<vfs_label> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_label> "
+"call instead."
msgstr ""
#. type: textblock
@@ -9039,8 +9039,10 @@ msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>.
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327
-msgid "This function is deprecated. In new code, use the C<vfs_uuid> call instead."
+#: ../src/guestfs-actions.pod:1959
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_vfs_uuid> call "
+"instead."
msgstr ""
#. type: =head2
@@ -13024,10 +13026,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002
+#: ../src/guestfs-actions.pod:4423
msgid ""
-"This function is deprecated. In new code, use the C<mkfs_opts> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_mkfs_opts> "
+"call instead."
msgstr ""
#. type: =head2
@@ -13521,10 +13523,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199
+#: ../src/guestfs-actions.pod:4730
msgid ""
-"This function is deprecated. In new code, use the C<mount_options> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_mount_options> "
+"call instead."
msgstr ""
#. type: =head2
@@ -15931,8 +15933,10 @@ msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225
-msgid "This function is deprecated. In new code, use the C<part_add> call instead."
+#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6228
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_part_add> call "
+"instead."
msgstr ""
#. type: =head2
@@ -16083,10 +16087,10 @@ msgid "See also: C<guestfs_part_list>"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263
+#: ../src/guestfs-actions.pod:6287
msgid ""
-"This function is deprecated. In new code, use the C<part_list> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_part_list> "
+"call instead."
msgstr ""
#. type: =head2
@@ -17635,7 +17639,9 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:7229
-msgid "This function is deprecated. In new code, use the C<launch> call instead."
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_launch> call "
+"instead."
msgstr ""
#. type: =head2
@@ -17767,8 +17773,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904
-msgid "This function is deprecated. In new code, use the C<write> call instead."
+#: ../src/guestfs-actions.pod:7319
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_write> call "
+"instead."
msgstr ""
#. type: =head2
@@ -17984,8 +17992,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001
-msgid "This function is deprecated. In new code, use the C<file> call instead."
+#: ../src/guestfs-actions.pod:7488
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_file> call "
+"instead."
msgstr ""
#. type: =head2
@@ -21310,6 +21320,13 @@ msgid ""
"L</add-drive-ro> instead."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
+msgid ""
+"This function is deprecated. In new code, use the L</add_drive_opts> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:35
msgid "add-domain"
@@ -22436,6 +22453,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:953
+msgid ""
+"This function is deprecated. In new code, use the L</fallocate64> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:960
msgid "fallocate64"
@@ -22747,6 +22771,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1313
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_label> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:1320
msgid "get-e2uuid"
@@ -22760,6 +22791,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1327
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_uuid> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:1334
msgid "get-memsize"
@@ -24712,6 +24750,13 @@ msgid ""
"filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3002
+msgid ""
+"This function is deprecated. In new code, use the L</mkfs_opts> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:3009
msgid "mkfs-opts"
@@ -24932,6 +24977,13 @@ msgid ""
"string for the first parameter if you don't want any options)."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3199
+msgid ""
+"This function is deprecated. In new code, use the L</mount_options> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:3206
msgid "mount-loop"
@@ -26170,6 +26222,13 @@ msgstr ""
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225
+msgid ""
+"This function is deprecated. In new code, use the L</part_add> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4187
msgid "sfdiskM"
@@ -26275,6 +26334,13 @@ msgstr ""
msgid "See also: L</part-list>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4263
+msgid ""
+"This function is deprecated. In new code, use the L</part_list> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4270
msgid "sh"
@@ -27155,6 +27221,11 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4904
+msgid "This function is deprecated. In new code, use the L</write> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4911
msgid "zegrep"
@@ -27276,6 +27347,11 @@ msgstr ""
msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:5001
+msgid "This function is deprecated. In new code, use the L</file> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:5008
msgid "zgrep"
diff --git a/po-docs/uk.po b/po-docs/uk.po
index 70d1e11f..909d813d 100644
--- a/po-docs/uk.po
+++ b/po-docs/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-07-27 15:55+0200\n"
+"POT-Creation-Date: 2011-08-07 23:15+0200\n"
"PO-Revision-Date: 2011-04-01 15:39+0000\n"
"Last-Translator: yurchor <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -2909,8 +2909,8 @@ msgstr ""
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
-" int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
-" guestfs_abort_cb);\n"
+" void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
+" guestfs_abort_cb);\n"
"\n"
msgstr ""
@@ -6012,11 +6012,10 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
-#: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
-#: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
+#: ../src/guestfs-actions.pod:269
msgid ""
-"This function is deprecated. In new code, use the C<add_drive_opts> call "
-"instead."
+"This function is deprecated. In new code, use the L</"
+"guestfs_add_drive_opts> call instead."
msgstr ""
#. type: textblock
@@ -8639,10 +8638,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
+#: ../src/guestfs-actions.pod:1445
msgid ""
-"This function is deprecated. In new code, use the C<fallocate64> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_fallocate64> "
+"call instead."
msgstr ""
#. type: =head2
@@ -9455,9 +9454,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313
+#: ../src/guestfs-actions.pod:1938
msgid ""
-"This function is deprecated. In new code, use the C<vfs_label> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_label> "
+"call instead."
msgstr ""
#. type: textblock
@@ -9488,9 +9488,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327
+#: ../src/guestfs-actions.pod:1959
msgid ""
-"This function is deprecated. In new code, use the C<vfs_uuid> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_uuid> call "
+"instead."
msgstr ""
#. type: =head2
@@ -13571,9 +13572,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002
+#: ../src/guestfs-actions.pod:4423
msgid ""
-"This function is deprecated. In new code, use the C<mkfs_opts> call instead."
+"This function is deprecated. In new code, use the L</guestfs_mkfs_opts> "
+"call instead."
msgstr ""
#. type: =head2
@@ -14068,10 +14070,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199
+#: ../src/guestfs-actions.pod:4730
msgid ""
-"This function is deprecated. In new code, use the C<mount_options> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_mount_options> "
+"call instead."
msgstr ""
#. type: =head2
@@ -16492,10 +16494,10 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195
-#: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180
-#: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225
+#: ../src/guestfs-actions.pod:6228
msgid ""
-"This function is deprecated. In new code, use the C<part_add> call instead."
+"This function is deprecated. In new code, use the L</guestfs_part_add> call "
+"instead."
msgstr ""
#. type: =head2
@@ -16647,9 +16649,10 @@ msgid "See also: C<guestfs_part_list>"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263
+#: ../src/guestfs-actions.pod:6287
msgid ""
-"This function is deprecated. In new code, use the C<part_list> call instead."
+"This function is deprecated. In new code, use the L</guestfs_part_list> "
+"call instead."
msgstr ""
#. type: =head2
@@ -18205,7 +18208,8 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:7229
msgid ""
-"This function is deprecated. In new code, use the C<launch> call instead."
+"This function is deprecated. In new code, use the L</guestfs_launch> call "
+"instead."
msgstr ""
#. type: =head2
@@ -18335,9 +18339,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904
+#: ../src/guestfs-actions.pod:7319
msgid ""
-"This function is deprecated. In new code, use the C<write> call instead."
+"This function is deprecated. In new code, use the L</guestfs_write> call "
+"instead."
msgstr ""
#. type: =head2
@@ -18558,9 +18563,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001
+#: ../src/guestfs-actions.pod:7488
msgid ""
-"This function is deprecated. In new code, use the C<file> call instead."
+"This function is deprecated. In new code, use the L</guestfs_file> call "
+"instead."
msgstr ""
#. type: =head2
@@ -21907,6 +21913,14 @@ msgid ""
"drive-ro> instead."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158
+#: ../fish/guestfish-actions.pod:172
+msgid ""
+"This function is deprecated. In new code, use the L</add_drive_opts> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:35
msgid "add-domain"
@@ -23041,6 +23055,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:953
+msgid ""
+"This function is deprecated. In new code, use the L</fallocate64> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:960
msgid "fallocate64"
@@ -23352,6 +23373,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1313
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_label> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:1320
msgid "get-e2uuid"
@@ -23365,6 +23393,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1327
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_uuid> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:1334
msgid "get-memsize"
@@ -25331,6 +25365,13 @@ msgid ""
"filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3002
+msgid ""
+"This function is deprecated. In new code, use the L</mkfs_opts> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:3009
msgid "mkfs-opts"
@@ -25551,6 +25592,13 @@ msgid ""
"string for the first parameter if you don't want any options)."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3199
+msgid ""
+"This function is deprecated. In new code, use the L</mount_options> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:3206
msgid "mount-loop"
@@ -26790,6 +26838,13 @@ msgstr ""
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203
+#: ../fish/guestfish-actions.pod:4225
+msgid ""
+"This function is deprecated. In new code, use the L</part_add> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4187
msgid "sfdiskM"
@@ -26895,6 +26950,13 @@ msgstr ""
msgid "See also: L</part-list>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4263
+msgid ""
+"This function is deprecated. In new code, use the L</part_list> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4270
msgid "sh"
@@ -27776,6 +27838,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4904
+msgid ""
+"This function is deprecated. In new code, use the L</write> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4911
msgid "zegrep"
@@ -27898,6 +27966,12 @@ msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:5001
+msgid ""
+"This function is deprecated. In new code, use the L</file> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:5008
msgid "zgrep"
diff --git a/po/es.po b/po/es.po
index 67b76674..9c812d7f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n"
"Language-Team: Fedora Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -3022,8 +3022,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -3057,7 +3057,7 @@ msgstr "no se pudo analizar el tamaño de arranque"
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "no se pudo analizar el tamaño de arranque"
diff --git a/po/gu.po b/po/gu.po
index 26c7cbec..d0d01a03 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-02-02 13:45+0530\n"
"Last-Translator: Sweta Kothari <swkothar@redhat.com>\n"
"Language-Team: Gujarati\n"
@@ -2940,8 +2940,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2973,7 +2973,7 @@ msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
diff --git a/po/hi.po b/po/hi.po
index 97648fa0..163fad8d 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-02-16 12:57+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <Red Hat>\n"
@@ -2943,8 +2943,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2976,7 +2976,7 @@ msgstr "आकार विशिष्टता '%s' विश्लेषि
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
diff --git a/po/kn.po b/po/kn.po
index 76fae8ca..2020871c 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.83\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-02-24 11:56+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: kn-IN <>\n"
@@ -2953,8 +2953,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2986,7 +2986,7 @@ msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪ
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
diff --git a/po/libguestfs.pot b/po/libguestfs.pot
index e275861a..64fb08bc 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.10.6\n"
+"Project-Id-Version: libguestfs 1.10.7\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2701,8 +2701,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2734,7 +2734,7 @@ msgstr ""
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
msgid "could not parse /etc/fstab or empty file"
msgstr ""
diff --git a/po/ml.po b/po/ml.po
index 1902ac7c..bd51c448 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs.ml\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-02-02 18:35+0530\n"
"Last-Translator: Ani Peter | അനി പീറ്റര്‍ <apeter@redhat.com>\n"
"Language-Team: Swathanthra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് <smc-"
@@ -2945,8 +2945,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2978,7 +2978,7 @@ msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
diff --git a/po/mr.po b/po/mr.po
index 123d427f..436d6c88 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-02-03 19:10+0530\n"
"Last-Translator: Sandeep Shedmake <sshedmak@redhat.com>\n"
"Language-Team: Marathi <fedora-trans-mr@redhat.com>\n"
@@ -2940,8 +2940,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2973,7 +2973,7 @@ msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
diff --git a/po/nl.po b/po/nl.po
index 6c4a44c7..3b2cfc74 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.5.4\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-09-02 15:28+0200\n"
"Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
"Language-Team: Fedora\n"
@@ -2978,8 +2978,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -3013,7 +3013,7 @@ msgstr ""
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
msgid "could not parse /etc/fstab or empty file"
msgstr ""
diff --git a/po/or.po b/po/or.po
index 37efc27b..a6390bc5 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.or\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-02-01 18:17+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
@@ -2945,8 +2945,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2978,7 +2978,7 @@ msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବ
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
diff --git a/po/pa.po b/po/pa.po
index fc000510..b19fe456 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.81\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-12-23 17:40+0530\n"
"Last-Translator: Jaswinder Singh <j.phulewala@gmail.com>\n"
"Language-Team: PLTG\n"
@@ -2972,8 +2972,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr "ਇੱਕ Windows ਗਿਸਟ ਨਹੀਂ ਹੈ, ਜਾਂ systemroot ਦਾ ਪਤਾ ਨਹੀਂ ਲਾਇਆ ਜਾ ਸਕਦਾ"
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "%s ਦਾ ਅਕਾਰ ਬੇਲੋੜਾ ਹੈ (%<PRIi64> ਬਾਈਟਾਂ)"
@@ -3009,7 +3009,7 @@ msgstr "ਵਰਜਨ ਨੰਬਰ ਵਿੱਚ ਪੂਰਨਅੰਕ ਨੂੰ
msgid "%s: file is empty"
msgstr "%s: ਫਾਇਲ ਖਾਲੀ ਹੈ"
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
msgid "could not parse /etc/fstab or empty file"
msgstr "/etc/fstab ਜਾਂ ਖਾਲੀ ਫਾਇਲ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ"
diff --git a/po/pl.po b/po/pl.po
index f4814f10..46159385 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-12-21 14:12+0100\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -3039,8 +3039,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr "nie jest gościem systemu Windows lub nie można określić systemroot"
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "rozmiar %s jest nierozsądnie duży (%<PRIi64> bajtów)"
@@ -3076,7 +3076,7 @@ msgstr "nie można przetworzyć liczby całkowitej w numerze wersji: %s"
msgid "%s: file is empty"
msgstr "%s: plik jest pusty"
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
msgid "could not parse /etc/fstab or empty file"
msgstr "nie można przetworzyć pliku /etc/fstab lub pustego pliku"
diff --git a/po/ta.po b/po/ta.po
index 82398251..cbbf79c0 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.81\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-01-29 13:38+0530\n"
"Last-Translator: I. Felix <ifelix@redhat.com>\n"
"Language-Team: ta_IN <kde-i18n-doc@kde.org>\n"
@@ -2946,8 +2946,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2979,7 +2979,7 @@ msgstr "'%s'க்கான பகுப்பு அளவை குறிப
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
diff --git a/po/te.po b/po/te.po
index 5f7d89c5..c2305198 100644
--- a/po/te.po
+++ b/po/te.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2010-01-27 20:03+0530\n"
"Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
"Language-Team: Telugu <en@li.org>\n"
@@ -2944,8 +2944,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
@@ -2977,7 +2977,7 @@ msgstr "పరిమాణ వివరణలను పార్శ్ చేయ
msgid "%s: file is empty"
msgstr ""
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
diff --git a/po/uk.po b/po/uk.po
index dabb726d..b96a5318 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:54+0100\n"
+"POT-Creation-Date: 2011-08-07 23:13+0100\n"
"PO-Revision-Date: 2011-03-22 15:28+0000\n"
"Last-Translator: yurchor <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -3066,8 +3066,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr "не є гостьовою системою Windows або не вдалося визначити systemroot"
#: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
-#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
-#: src/inspect_fs_unix.c:821
+#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
+#: src/inspect_fs_unix.c:828
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "розмір %s неймовірно великий (%<PRIi64> байтів)"
@@ -3104,7 +3104,7 @@ msgstr "не вдалося обробити ціле число у номері
msgid "%s: file is empty"
msgstr "%s: файл порожній"
-#: src/inspect_fs_unix.c:613
+#: src/inspect_fs_unix.c:620
msgid "could not parse /etc/fstab or empty file"
msgstr "не вдалося обробити /etc/fstab або порожній файл"