diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-22 17:12:00 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-22 17:12:00 +0000 |
commit | 3b9522f2af942c92eec638995268cccddd82c4f8 (patch) | |
tree | 1672509f5f5821765822f831a935c1cd617c3de0 | |
parent | 6e769df47dbf8accc483b64810026e5f6a20f015 (diff) | |
download | busybox-w32-3b9522f2af942c92eec638995268cccddd82c4f8.tar.gz busybox-w32-3b9522f2af942c92eec638995268cccddd82c4f8.tar.bz2 busybox-w32-3b9522f2af942c92eec638995268cccddd82c4f8.zip |
Add in a TODO item,
-Erik
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 | |||
108 | So far I had not considered it. Basically, you wish to have | ||
109 | messages from the embedded box logged to a remote network | ||
110 | syslog box, right? I can see that this would be useful. | ||
111 | I'll add this to the TODO list, | ||
112 | |||