[BusyBox] rpm applet into cvs
Glenn McGrath
bug1 at optushome.com.au
Fri Dec 6 18:22:03 UTC 2002
On Fri, 06 Dec 2002 17:58:02 -0600
Boris <boris at thinovations.com> wrote:
> We should add Laurence Anderson's rpm applet into busybox.
>
> http://www.warwick.ac.uk/~esvld/programming/patches/busybox/busybox-rpm2.diff
>
The patch looks like it will need some changes.
- size = archive_xread(archive_handle, buf, count);
+ size = full_read(archive_handle->src_fd, buf, count);
This will break things ar archive_xread uses a function pointer held in
archive_handle to decide how to read the data (e.g. read_gz or read)
Shouldnt be very hard to fix though.
Glenn
More information about the busybox
mailing list