diff options
Diffstat (limited to 'TODO')
-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 | |||