diff options
author | Richard Jones <rjones@redhat.com> | 2010-02-22 12:53:16 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-02-22 13:19:21 +0000 |
commit | a8c3723e3818b5a7a31520043c6831115ab9d0e0 (patch) | |
tree | 00568e6c18afe37e0b3963306fb19cade9b75f87 /src | |
parent | aa4700f0325743aaa16b525637b00ee61b39df13 (diff) | |
download | libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.gz libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.xz libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.zip |
Spin off hivex as a separate upstream project.
This commit makes the semi-independent hivex library into a
separate upstream project. The git repo for hivex is now:
http://git.annexia.org/?p=hivex.git;a=summary
Downloads of hivex are available here:
http://libguestfs.org/download/
All questions, patches, bugs etc should be sent to the libguestfs
mailing list and bug tracker.
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index 514db030..2e608c6e 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -450,10 +450,10 @@ Where we can help is in resolving the case insensitivity of paths. For this, call C<guestfs_case_sensitive_path>. Libguestfs also provides some help for decoding Windows Registry -"hive" files, through the library C<libhivex> which is part of -libguestfs. You have to locate and download the hive file(s) -yourself, and then pass them to C<libhivex> functions. See also the -programs L<hivexml(1)>, L<hivexget(1)> and L<virt-win-reg(1)> for more +"hive" files, through the library C<hivex> which is part of the +libguestfs project. You have to locate and download the hive file(s) +yourself, and then pass them to C<hivex> functions. See also the +programs L<hivexml(1)>, L<hivexsh(1)> and L<virt-win-reg(1)> for more help on this issue. =head2 USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES |