diff options
author | Eric Andersen | 2000-07-20 23:41:24 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-20 23:41:24 +0000 |
commit | ced2cefcca08eea3e9a293af6db9637769231e05 (patch) | |
tree | 240c6ade1f934a9a93134a0f2fd5e21df0e5d769 /applets | |
parent | 1f45b268cb5b0b11557f562ee5a5f54d60ac72aa (diff) | |
download | busybox-ced2cefcca08eea3e9a293af6db9637769231e05.zip busybox-ced2cefcca08eea3e9a293af6db9637769231e05.tar.gz |
* syslogd can now log messages to a remote host -- patch thanks
to Gyepi Sam <gyepi@praxis-sw.com>
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index 58f9820..b86df33 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -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 |