diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-08 19:52:01 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-08 19:52:01 +0000 |
commit | ef1e4b392a29fb4408065108045049b1e39726bb (patch) | |
tree | b33a6a54e6dff87eea8db758a7aab9027aef1206 /applets | |
parent | 30d1f9f887f9023f0dd62818af1049fae4e63277 (diff) | |
download | busybox-w32-ef1e4b392a29fb4408065108045049b1e39726bb.tar.gz busybox-w32-ef1e4b392a29fb4408065108045049b1e39726bb.tar.bz2 busybox-w32-ef1e4b392a29fb4408065108045049b1e39726bb.zip |
Make no local logging a runtime option for network logging...
git-svn-id: svn://busybox.net/trunk/busybox@1403 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index 35d69df42..75c421a09 100644 --- a/applets/usage.c +++ b/applets/usage.c | |||
@@ -1176,6 +1176,7 @@ const char syslogd_usage[] = | |||
1176 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" | 1176 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" |
1177 | #ifdef BB_FEATURE_REMOTE_LOG | 1177 | #ifdef BB_FEATURE_REMOTE_LOG |
1178 | "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" | 1178 | "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" |
1179 | "\t-N\t\tDo not log anything locally -- network logging only.\n" | ||
1179 | #endif | 1180 | #endif |
1180 | #endif | 1181 | #endif |
1181 | ; | 1182 | ; |