+ busybox --install [-s]
authorJohn Beppu <beppu@lbox.org>
Tue, 27 Jun 2000 04:50:02 +0000 (04:50 -0000)
committerJohn Beppu <beppu@lbox.org>
Tue, 27 Jun 2000 04:50:02 +0000 (04:50 -0000)
commit8f425dbf9a8af9d3ee9848a18a641a93d9fe039b
tree923bb7b84d2d450eb0c2a0598e4cbb0e6163fad7
parent83a949cb225e5f327929c8911010cd947ffd08d5
+ busybox --install [-s]
  is almost good to go.  Here is my work in progress.

+ Look at the FIXME in busybox.c
  to see what I need.  The actual (sym)linking is disabled
  for now, although I'm sure it works ;)
  (Am I going to have to dig through /proc to find
  out where the currently running busybox is sitting?)

+ I put an #ifdef BB_FEATURE_INSTALLER around
  the new bits of code in busybox.c, and I have a
  #define BB_FEATURE_INSTALLER in busybox.def.h
  towards the bottom.
applets/busybox.c
busybox.c
busybox.def.h