Hi Alain, and everyone else, thanks Alain for making this wonderfull tool. I really hope that you will have time for it in the future as well, it has amazed everbody I have showed it to since ~2002.
Now I thought I was going to use the busybox dialog system you have built, So I downloaded this patch: http://udpcast.linux.lu/current/busybox.diff.gz
and well I'm abit confused because I ran "patch -p0 <busybox.diff" and got the whole busybox distribution in a directory named busybox. I tried running this:
# diff -Pur busybox-1.00-pre10 busybox |wc 38293 164676 1187667 # cat busybox.diff |wc 208529 900921 5876259
Have I missed something? I don't have alot of experience with diff, so maybe Iäm missing something here.
Saludos Erik
begin Friday 23 April 2004 13:09, emj@chello.se quote:
Hi Alain, and everyone else, thanks Alain for making this wonderfull tool. I really hope that you will have time for it in the future as well, it has amazed everbody I have showed it to since ~2002.
Now I thought I was going to use the busybox dialog system you have built, So I downloaded this patch: http://udpcast.linux.lu/current/busybox.diff.gz
and well I'm abit confused because I ran "patch -p0 <busybox.diff" and got the whole busybox distribution in a directory named busybox. I tried running this:
# diff -Pur busybox-1.00-pre10 busybox |wc 38293 164676 1187667 # cat busybox.diff |wc 208529 900921 5876259
Have I missed something? I don't have alot of experience with diff, so maybe Iäm missing something here.
Saludos Erik
I had some mishap while makeing that diff (bad reference directory). A new version is now online, could you try again?
Apart from that, it's preferable to use patch -p1 (from within the target directory), in order to avoid ambiguities between old and new version
Regards,
Alain