Some accrued fixes/updates.
authorErik Andersen <andersen@codepoet.org>
Mon, 1 May 2000 19:10:52 +0000 (19:10 -0000)
committerErik Andersen <andersen@codepoet.org>
Mon, 1 May 2000 19:10:52 +0000 (19:10 -0000)
commit94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18
tree7f40ce6f49ca9ce727653928d1b9f655afb5cb66
parent28c49b6c9c98dc592759063d10c49b209e849cae
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
16 files changed:
Changelog
TODO
applets/busybox.c
busybox.c
busybox.def.h
console-tools/loadkmap.c
coreutils/id.c [new file with mode: 0644]
coreutils/tail.c
cp_mv.c
id.c [new file with mode: 0644]
internal.h
loadkmap.c
networking/telnet.c
tail.c
telnet.c
utility.c