diff options
author | Erik Andersen | 2000-01-04 01:10:25 +0000 |
---|---|---|
committer | Erik Andersen | 2000-01-04 01:10:25 +0000 |
commit | 7dc160721ee3ceb76240a43d1454b45aaa9dbee4 (patch) | |
tree | 7532471be456e2c9f11eab88cb34f1e38abd184f /busybox.def.h | |
parent | 9c88cac5cbfb2ff70f800ee5bb3289e925aaa65f (diff) | |
download | busybox-7dc160721ee3ceb76240a43d1454b45aaa9dbee4.zip busybox-7dc160721ee3ceb76240a43d1454b45aaa9dbee4.tar.gz |
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 3982a1c..503410f 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -36,7 +36,7 @@ //#define BB_LOADACM //#define BB_LOADFONT //#define BB_LOADKMAP -#define BB_LOGGER +//#define BB_LOGGER #define BB_LS #define BB_LSMOD //#define BB_MAKEDEVS @@ -68,7 +68,7 @@ #define BB_SORT #define BB_SWAPONOFF #define BB_SYNC -#define BB_SYSLOGD +//#define BB_SYSLOGD #define BB_TAIL #define BB_TAR #define BB_TEE @@ -90,8 +90,6 @@ // pretty/useful). // // -// enable a second console on TTY2 in init -#define BB_FEATURE_INIT_SECOND_CONSOLE // enable features that use the /proc filesystem #define BB_FEATURE_USE_PROCFS //Enable init being called as /linuxrc |