diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-14 01:16:41 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-14 01:16:41 +0000 |
commit | 1af31ba99b473f38c8fe81feb091594147d39031 (patch) | |
tree | 8c3c73869021baa895208e90935c5eab611c123a | |
parent | d4add2d0958b6cae24b1fceab0250531b909ff84 (diff) | |
download | busybox-w32-1af31ba99b473f38c8fe81feb091594147d39031.tar.gz busybox-w32-1af31ba99b473f38c8fe81feb091594147d39031.tar.bz2 busybox-w32-1af31ba99b473f38c8fe81feb091594147d39031.zip |
The IPC_SYSLOG stuff should be off by default.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2065 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Config.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |