diff options
author | Erik Andersen | 2000-05-01 19:10:52 +0000 |
---|---|---|
committer | Erik Andersen | 2000-05-01 19:10:52 +0000 |
commit | 94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18 (patch) | |
tree | 7f40ce6f49ca9ce727653928d1b9f655afb5cb66 /busybox.def.h | |
parent | 28c49b6c9c98dc592759063d10c49b209e849cae (diff) | |
download | busybox-94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18.zip busybox-94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18.tar.gz |
Some accrued fixes/updates.
* cp/mv now accepts (and ignores) the -f flag, since it always
does force anyway
* tail can now accept -<num> commands (e.g. -10) for better
compatibility with the standard tail command
* added a simple id implementation; doesn't support supp. groups yet
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index c10c1a3..86b8059 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -36,6 +36,7 @@ #define BB_HEAD #define BB_HOSTID #define BB_HOSTNAME +#define BB_ID #define BB_INIT // Don't bother turning BB_INSMOD on. It doesn't work yet. //#define BB_INSMOD |