rule-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RULE] Structure of slinky filesystem/bin folder


From: Rodolfo J. Paiz
Subject: Re: [RULE] Structure of slinky filesystem/bin folder
Date: Sat, 20 Mar 2004 09:37:03 -0600

At 08:35 3/20/2004, you wrote:
" BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable.  Most people will create a link to
busybox for each function they wish to use, and BusyBox will act like
whatever it was invoked as."

Now the question is (if) how to recreate such links on the website,
and in any related tarball, to decrease download size.

Not sure you can do that, since symbolic (or other) links are treated differently under different OS's. Besides, downloading a link seems... odd, don't you think?

Perhaps a simpler option would be to create a 10-second hack of a script that basically says:

$ for i in cp ls rm mv cat ; do ln -s ./busybox $i; done

and then just make just it gets executed somehow.


--
Rodolfo J. Paiz
address@hidden
http://www.simpaticus.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]