make syslogd able to send to multiple hosts when remote logging

Vladimir Dronnikov dronnikov at gmail.com
Thu Jan 22 08:31:32 UTC 2009


Hello, Andreas!

> All that is to do is to specify "-R" multiple times; current limit is eight hosts.

Why limit? llist is unlimited.

May be convert the loops into:

for (llist_t *i = G.remoteAddrList; i; i = i->link) {
   // work on i->data here
}

Regards,
--
Vladimir


More information about the busybox mailing list