mirror of
https://github.com/sheumann/hush.git
synced 2024-12-23 05:29:58 +00:00
Some fixlets that didn't get added in the last 'syslogd split' patch:
- 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
This commit is contained in:
parent
6bff9cc487
commit
53737c5421
11
Config.h
11
Config.h
@ -60,7 +60,6 @@
|
|||||||
//#define BB_LOADKMAP
|
//#define BB_LOADKMAP
|
||||||
#define BB_LOGGER
|
#define BB_LOGGER
|
||||||
//#define BB_LOGNAME
|
//#define BB_LOGNAME
|
||||||
#define BB_LOGREAD
|
|
||||||
#define BB_LS
|
#define BB_LS
|
||||||
#define BB_LSMOD
|
#define BB_LSMOD
|
||||||
//#define BB_MAKEDEVS
|
//#define BB_MAKEDEVS
|
||||||
@ -200,7 +199,11 @@
|
|||||||
#define BB_FEATURE_KLOGD
|
#define BB_FEATURE_KLOGD
|
||||||
//
|
//
|
||||||
// enable syslogd -R remotehost
|
// enable syslogd -R remotehost
|
||||||
|
//
|
||||||
#define BB_FEATURE_REMOTE_LOG
|
#define BB_FEATURE_REMOTE_LOG
|
||||||
|
// enable syslogd -C
|
||||||
|
#define BB_FEATURE_IPC_SYSLOG
|
||||||
|
//
|
||||||
//
|
//
|
||||||
//Simple tail implementation (2.34k vs 3k for the full one).
|
//Simple tail implementation (2.34k vs 3k for the full one).
|
||||||
//Both provide 'tail -f', but this cuts out -c, -q, -s, and -v.
|
//Both provide 'tail -f', but this cuts out -c, -q, -s, and -v.
|
||||||
@ -426,6 +429,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
|
#ifdef BB_SYSLOGD
|
||||||
|
#if defined BB_FEATURE_IPC_SYSLOG
|
||||||
|
#define BB_LOGREAD
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
//
|
||||||
#if defined BB_DOS2UNIX
|
#if defined BB_DOS2UNIX
|
||||||
#define BB_UNIX2DOS
|
#define BB_UNIX2DOS
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user