aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-22 17:12:00 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-22 17:12:00 +0000
commit7c4560fcb5f06fa0c61ab00bc31f08856ec15959 (patch)
tree1672509f5f5821765822f831a935c1cd617c3de0 /TODO
parent59460b98ef5ae57dc6e06ed32dd9173a9d23d59f (diff)
downloadbusybox-w32-7c4560fcb5f06fa0c61ab00bc31f08856ec15959.tar.gz
busybox-w32-7c4560fcb5f06fa0c61ab00bc31f08856ec15959.tar.bz2
busybox-w32-7c4560fcb5f06fa0c61ab00bc31f08856ec15959.zip
Add in a TODO item,
-Erik git-svn-id: svn://busybox.net/trunk/busybox@379 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 43419a09b..2bd72eb4e 100644
--- a/TODO
+++ b/TODO
@@ -98,3 +98,15 @@ Feature request:
98 can support (an optionnal -s should be used for symbolic links instead 98 can support (an optionnal -s should be used for symbolic links instead
99 of hard links). 99 of hard links).
100 100
101
102-----------------------
103
104
105> Have you ever thought of doig network logging in busybox syslogd ? It
106> would quite make sense on embedded systems... :)
107
108So far I had not considered it. Basically, you wish to have
109messages from the embedded box logged to a remote network
110syslog box, right? I can see that this would be useful.
111I'll add this to the TODO list,
112