- BB_LOGREAD should not be in the applet section
- BB_FEATURE_IPC_SYSLOG added to the feature section
- Some voodoo added to the Olympus section
//#define BB_LOADKMAP
#define BB_LOGGER
//#define BB_LOGNAME
-#define BB_LOGREAD
#define BB_LS
#define BB_LSMOD
//#define BB_MAKEDEVS
#define BB_FEATURE_KLOGD
//
// enable syslogd -R remotehost
+//
#define BB_FEATURE_REMOTE_LOG
+// enable syslogd -C
+#define BB_FEATURE_IPC_SYSLOG
+//
//
//Simple tail implementation (2.34k vs 3k for the full one).
//Both provide 'tail -f', but this cuts out -c, -q, -s, and -v.
#endif
#endif
//
+#ifdef BB_SYSLOGD
+#if defined BB_FEATURE_IPC_SYSLOG
+#define BB_LOGREAD
+#endif
+#endif
+//
#if defined BB_DOS2UNIX
#define BB_UNIX2DOS
#endif