Minor fixups.
authorEric Andersen <andersen@codepoet.org>
Sat, 19 Aug 2000 20:16:16 +0000 (20:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 19 Aug 2000 20:16:16 +0000 (20:16 -0000)
 -Erik

applets/busybox.c
busybox.c
busybox.def.h

index 2a05e1551c642bc5f8b92e06c45e1045df72cf01..25bfe438dffeee34503ae9ea5802d7cc663a5287 100644 (file)
@@ -281,7 +281,7 @@ const struct BB_applet applets[] = {
        {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
 #endif
 #ifdef BB_TOUCH
-       {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},
+       {"touch", touch_main, _BB_DIR_BIN, touch_usage},
 #endif
 #ifdef BB_TR
        {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
index 2a05e1551c642bc5f8b92e06c45e1045df72cf01..25bfe438dffeee34503ae9ea5802d7cc663a5287 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -281,7 +281,7 @@ const struct BB_applet applets[] = {
        {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
 #endif
 #ifdef BB_TOUCH
-       {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},
+       {"touch", touch_main, _BB_DIR_BIN, touch_usage},
 #endif
 #ifdef BB_TR
        {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
index 474c3c368d114c294637f1e1b1b44f685460b8bc..78e826d9b195f7f27eaab9d78d7c81a68c44110e 100644 (file)
 // USE_PROCFS at the same time...  NOTE:  If you enable this feature, you
 // _must_ have patched the kernel to include the devps patch that is included
 // in the busybox/kernel-patches directory.  You will also need to create some
-// device special files /dev on your embedded system:
+// device special files in /dev on your embedded system:
 //        mknod /dev/modules c 10 23
 //        mknod /dev/mtab c 10 22
 //        mknod /dev/ps c 10 21