diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-10 08:25:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-10 08:25:07 +0000 |
commit | 2cb55077e2f65f17dbc8933eec47760bcc2a6ba1 (patch) | |
tree | a788718415ded192938d7c7a3661d0cab8cd8afe /busybox.def.h | |
parent | c5ff0165adac767d37103baa875c2f86bb43c0e1 (diff) | |
download | busybox-w32-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.tar.gz busybox-w32-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.tar.bz2 busybox-w32-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.zip |
Added poweroff (and adjusted init to use it). Inlined function
calls to code only called once in tee. Made BB_KLOGD and option.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 1bdb9a429..30533616a 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #define BB_HOSTNAME | 28 | #define BB_HOSTNAME |
29 | #define BB_INIT | 29 | #define BB_INIT |
30 | #define BB_KILL | 30 | #define BB_KILL |
31 | #define BB_KLOGD | ||
31 | //#define BB_LENGTH | 32 | //#define BB_LENGTH |
32 | #define BB_LN | 33 | #define BB_LN |
33 | #define BB_LOADFONT | 34 | #define BB_LOADFONT |
@@ -47,6 +48,7 @@ | |||
47 | //#define BB_MTAB | 48 | //#define BB_MTAB |
48 | #define BB_MV | 49 | #define BB_MV |
49 | #define BB_PING | 50 | #define BB_PING |
51 | #define BB_POWEROFF | ||
50 | //#define BB_PRINTF | 52 | //#define BB_PRINTF |
51 | #define BB_PS | 53 | #define BB_PS |
52 | #define BB_PWD | 54 | #define BB_PWD |