Make no local logging a runtime option for network logging...

This commit is contained in:
Eric Andersen
2000-12-08 19:52:01 +00:00
parent 76fef0a5d0
commit bf2b8ae49a
6 changed files with 65 additions and 51 deletions

View File

@ -1176,6 +1176,7 @@ const char syslogd_usage[] =
"\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"
"\t-N\t\tDo not log anything locally -- network logging only.\n"
#endif
#endif
;