aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-22 17:12:00 +0000
committerErik Andersen <andersen@codepoet.org>2000-02-22 17:12:00 +0000
commit3b9522f2af942c92eec638995268cccddd82c4f8 (patch)
tree1672509f5f5821765822f831a935c1cd617c3de0
parent6e769df47dbf8accc483b64810026e5f6a20f015 (diff)
downloadbusybox-w32-3b9522f2af942c92eec638995268cccddd82c4f8.tar.gz
busybox-w32-3b9522f2af942c92eec638995268cccddd82c4f8.tar.bz2
busybox-w32-3b9522f2af942c92eec638995268cccddd82c4f8.zip
Add in a TODO item,
-Erik
-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