# syslog-ng configuration menuconfig SYSLOGNG bool prompt "syslog-ng " select EVENTLOG select GLIB help The next generation syslog daemon. # disabled. Feature implementations are broken #config SYSLOGNG_SUPPORT_IPV6 # bool # depends on SYSLOGNG # prompt "Support ipv6" # help # Enable ipv6 support, otherwise ipv4 is supported only # #config SYSLOGNG_SUNSTREAMS # bool # depends on SYSLOGNG # prompt "sun streams support" # help # Support for Sun STREAMS. # #config SYSLOGNG_SUNDOOR # bool # depends on SYSLOGNG # prompt "sun door support" # help # Support for Sun door config SYSLOGNG_TCPWRAPPER bool depends on SYSLOGNG prompt "tcpwrapper support" help Support /etc/hosts.deny and /etc/hosts.allow. config SYSLOGNG_SPOOF_SOURCE bool depends on SYSLOGNG prompt "spoof_source feature" help FIXME: missing comment "runtime options ---" depends on SYSLOGNG config ROOTFS_ETC_SYSLOGNG_CONFIG depends on SYSLOGNG bool default y prompt "Install configuration file" help Installs a /etc/syslog-ng.conf from a selectable source. choice prompt "Kind of configuration file" depends on ROOTFS_ETC_SYSLOGNG_CONFIG default ROOTFS_ETC_SYSLOGNG_CONFIG_DEFAULT config ROOTFS_ETC_SYSLOGNG_CONFIG_DEFAULT bool prompt "Use generic" help Installs a generic /etc/syslog-ng.conf. See /generic/etc/syslog-ng.conf config ROOTFS_ETC_SYSLOGNG_CONFIG_USER bool prompt "User defined" help This uses a user defined syslog-ng.conf file. PTXdist uses file projectroot/etc/syslog-ng.conf in your local project endchoice config ROOTFS_ETC_INITD_SYSLOGNG_STARTSCRIPT depends on SYSLOGNG bool default y prompt "Install startup script" help The /etc/init.d/syslog-ng script lets you control the syslog-ng daemon. choice prompt "Kind of startup script" depends on ROOTFS_ETC_INITD_SYSLOGNG_STARTSCRIPT default ROOTFS_ETC_INITD_SYSLOGNG_DEFAULT config ROOTFS_ETC_INITD_SYSLOGNG_DEFAULT bool prompt "Use generic" help Installs a generic /etc/init.d/syslog-ng startup script. See /generic/etc/init.d/syslog-ng config ROOTFS_ETC_INITD_SYSLOGNG_USER bool prompt "User defined" help This uses a user defined syslog-ng startup script. PTXdist uses file projectroot/etc/init.d/syslog-ng in your local project endchoice