aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Config.h b/Config.h
index d664df199..13d7f0c4d 100644
--- a/Config.h
+++ b/Config.h
@@ -199,11 +199,10 @@
199#define BB_FEATURE_KLOGD 199#define BB_FEATURE_KLOGD
200// 200//
201// enable syslogd -R remotehost 201// enable syslogd -R remotehost
202//
203#define BB_FEATURE_REMOTE_LOG 202#define BB_FEATURE_REMOTE_LOG
204// enable syslogd -C
205#define BB_FEATURE_IPC_SYSLOG
206// 203//
204// enable syslogd -C
205//#define BB_FEATURE_IPC_SYSLOG
207// 206//
208//Simple tail implementation (2.34k vs 3k for the full one). 207//Simple tail implementation (2.34k vs 3k for the full one).
209//Both provide 'tail -f', but this cuts out -c, -q, -s, and -v. 208//Both provide 'tail -f', but this cuts out -c, -q, -s, and -v.