diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-01 23:59:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-01 23:59:44 +0000 |
commit | 2f6c04f63c55a03366dfd5848f00bda664c9a90d (patch) | |
tree | 3e9c595c46a1032cc1bd4d20694c8a0edfd643f9 /busybox.def.h | |
parent | ff719d663e49ab3abb8060ad93e62b160029f63b (diff) | |
download | busybox-w32-2f6c04f63c55a03366dfd5848f00bda664c9a90d.tar.gz busybox-w32-2f6c04f63c55a03366dfd5848f00bda664c9a90d.tar.bz2 busybox-w32-2f6c04f63c55a03366dfd5848f00bda664c9a90d.zip |
Ha! Got init working.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/busybox.def.h b/busybox.def.h index 57f835e24..0440b9f2b 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -15,12 +15,12 @@ | |||
15 | #define BB_DMESG | 15 | #define BB_DMESG |
16 | //#define BB_DUTMP | 16 | //#define BB_DUTMP |
17 | //#define BB_FDFLUSH | 17 | //#define BB_FDFLUSH |
18 | //#define BB_FIND | 18 | #define BB_FIND |
19 | //#define BB_FSCK_MINIX | 19 | #define BB_FSCK_MINIX |
20 | //#define BB_MKFS_MINIX | 20 | #define BB_MKFS_MINIX |
21 | #define BB_CHVT | 21 | #define BB_CHVT |
22 | #define BB_DEALLOCVT | 22 | #define BB_DEALLOCVT |
23 | //#define BB_GREP | 23 | #define BB_GREP |
24 | //#define BB_HALT | 24 | //#define BB_HALT |
25 | #define BB_INIT | 25 | #define BB_INIT |
26 | #define BB_KILL | 26 | #define BB_KILL |