* syslogd can now log messages to a remote host -- patch thanks

to Gyepi Sam <gyepi@praxis-sw.com>
 -Erik
This commit is contained in:
Eric Andersen
2000-07-20 23:41:24 +00:00
parent 1f45b268cb
commit ced2cefcca
9 changed files with 239 additions and 3 deletions

View File

@ -998,6 +998,9 @@ const char syslogd_usage[] =
"\t-K\t\tDo not start up the klogd process\n"
#endif
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
#ifdef BB_FEATURE_REMOTE_LOG
"\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
#endif
#endif
;
#endif