Fix creation of /linuxrc
authorErik Andersen <andersen@codepoet.org>
Tue, 18 Apr 2000 23:32:10 +0000 (23:32 -0000)
committerErik Andersen <andersen@codepoet.org>
Tue, 18 Apr 2000 23:32:10 +0000 (23:32 -0000)
 -Erik

TODO
applets/busybox.c
applets/install.sh
busybox.c
busybox.def.h
install.sh
utility.c

diff --git a/TODO b/TODO
index 4d1b828..1edd9cd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -31,7 +31,7 @@ around to it some time. If you have any good ideas, please let me know.
 -----------------------
 
 Add a compile option to turn off all the compiled in help
-andusage information.  Some folks don't need or want it...
+and usage information.  Some folks don't need or want it...
 
 -----------------------
 
index 73939c5..f4260e9 100644 (file)
@@ -149,7 +149,7 @@ static const struct Applet applets[] = {
 #ifdef BB_LENGTH
        {"length", length_main, _BB_DIR_USR_BIN},
 #endif
-#ifdef BB_FEATURE_LINUXRC              //
+#ifdef BB_LINUXRC
        {"linuxrc", init_main, _BB_DIR_ROOT},
 #endif
 #ifdef BB_LN
index 100b26b..65190f5 100755 (executable)
@@ -15,6 +15,7 @@ for i in $h ; do
        ln -fs /bin/busybox $1$i
 done
 rm -f $1/bin/busybox
+mkdir -p $1/bin
 install -m 755 busybox $1/bin/busybox
 
 exit 0
index 73939c5..f4260e9 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -149,7 +149,7 @@ static const struct Applet applets[] = {
 #ifdef BB_LENGTH
        {"length", length_main, _BB_DIR_USR_BIN},
 #endif
-#ifdef BB_FEATURE_LINUXRC              //
+#ifdef BB_LINUXRC
        {"linuxrc", init_main, _BB_DIR_ROOT},
 #endif
 #ifdef BB_LN
index 79eef1d..f1c7b4f 100644 (file)
 //---------------------------------------------------
 // Nothing beyond this point should ever be touched by 
 // mere mortals so leave this stuff alone.
+//
 #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
 #define BB_MTAB
 #endif
 #ifdef BB_FEATURE_LINUXRC
 #ifndef BB_INIT
 #define BB_INIT
+#define BB_LINUXRC
+#endif
+#endif
+//
+#ifdef BB_GZIP
+#ifndef BB_GUNZIP
+#define BB_GUNZIP
 #endif
 #endif
 //
index 100b26b..65190f5 100755 (executable)
@@ -15,6 +15,7 @@ for i in $h ; do
        ln -fs /bin/busybox $1$i
 done
 rm -f $1/bin/busybox
+mkdir -p $1/bin
 install -m 755 busybox $1/bin/busybox
 
 exit 0
index 90eec4e..a49b8a0 100644 (file)
--- a/utility.c
+++ b/utility.c
@@ -525,10 +525,12 @@ int fullRead(int fd, char *buf, int len)
 
 
 #if defined (BB_CHMOD_CHOWN_CHGRP) \
- || defined (BB_CP_MV)            \
- || defined (BB_FIND)             \
- || defined (BB_LS)               \
- || defined (BB_INSMOD)
+ || defined (BB_CP_MV)                 \
+ || defined (BB_FIND)                  \
+ || defined (BB_INSMOD)                        \
+ || defined (BB_RM)                            \
+ || defined (BB_TAR)
+
 /*
  * Walk down all the directories under the specified 
  * location, and do something (something specified