Reverse logic so when network logging, it by default does not log locally.

This commit is contained in:
Eric Andersen
2000-12-11 16:24:16 +00:00
parent 9962cd9f78
commit 70d09ed1cf
6 changed files with 13 additions and 13 deletions

View File

@@ -1176,7 +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"
"\t-L\t\tLog locally as well as network logging (defaut is network only)\n"
#endif
#endif
;