diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-04 01:10:25 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-04 01:10:25 +0000 |
commit | 7dc160721ee3ceb76240a43d1454b45aaa9dbee4 (patch) | |
tree | 7532471be456e2c9f11eab88cb34f1e38abd184f /busybox.def.h | |
parent | 9c88cac5cbfb2ff70f800ee5bb3289e925aaa65f (diff) | |
download | busybox-w32-7dc160721ee3ceb76240a43d1454b45aaa9dbee4.tar.gz busybox-w32-7dc160721ee3ceb76240a43d1454b45aaa9dbee4.tar.bz2 busybox-w32-7dc160721ee3ceb76240a43d1454b45aaa9dbee4.zip |
Bunches of fixes. Typos, bugs, etc.
Added 'gunzip -t'. inittab support _almost_ works (but it isn't
ready for prime time useage yet).
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/busybox.def.h b/busybox.def.h index 3982a1c83..503410f1a 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -36,7 +36,7 @@ | |||
36 | //#define BB_LOADACM | 36 | //#define BB_LOADACM |
37 | //#define BB_LOADFONT | 37 | //#define BB_LOADFONT |
38 | //#define BB_LOADKMAP | 38 | //#define BB_LOADKMAP |
39 | #define BB_LOGGER | 39 | //#define BB_LOGGER |
40 | #define BB_LS | 40 | #define BB_LS |
41 | #define BB_LSMOD | 41 | #define BB_LSMOD |
42 | //#define BB_MAKEDEVS | 42 | //#define BB_MAKEDEVS |
@@ -68,7 +68,7 @@ | |||
68 | #define BB_SORT | 68 | #define BB_SORT |
69 | #define BB_SWAPONOFF | 69 | #define BB_SWAPONOFF |
70 | #define BB_SYNC | 70 | #define BB_SYNC |
71 | #define BB_SYSLOGD | 71 | //#define BB_SYSLOGD |
72 | #define BB_TAIL | 72 | #define BB_TAIL |
73 | #define BB_TAR | 73 | #define BB_TAR |
74 | #define BB_TEE | 74 | #define BB_TEE |
@@ -90,8 +90,6 @@ | |||
90 | // pretty/useful). | 90 | // pretty/useful). |
91 | // | 91 | // |
92 | // | 92 | // |
93 | // enable a second console on TTY2 in init | ||
94 | #define BB_FEATURE_INIT_SECOND_CONSOLE | ||
95 | // enable features that use the /proc filesystem | 93 | // enable features that use the /proc filesystem |
96 | #define BB_FEATURE_USE_PROCFS | 94 | #define BB_FEATURE_USE_PROCFS |
97 | //Enable init being called as /linuxrc | 95 | //Enable init being called as /linuxrc |