Source-Makefile: feeds/packages/admin/syslog-ng/Makefile
Build-Depends: HOST_OS_MACOS:fakeuname/host 

Package: syslog-ng
Version: 4.7.1-r1
Depends: +libc +libpcre2 +glib2 +libopenssl +libpthread +librt +libdbi +libjson-c +libcurl +libuuid +SYSLOGNG_LOGROTATE:logrotate +LIBCURL_ZLIB:zlib
Conflicts: 
Menu-Depends: 
Provides: 
Section: admin
Category: Administration
Repository: base
Title: A powerful syslog daemon
Maintainer: Josef Schlehofer <pepe.schlehofer@gmail.com>
Source: syslog-ng-4.7.1.tar.gz
License: LGPL-2.1-or-later GPL-2.0-or-later
LicenseFiles: COPYING LGPL.txt GPL.txt
CPE-ID: cpe:/a:balabit:syslog-ng
URL: https://www.syslog-ng.com/products/open-source-log-management/
Type: ipkg
Description:   syslog-ng reads and logs messages to the system console, log
  files, other machines and/or users as specified by its
  configuration file.
@@
Config:
config SYSLOGNG_LOGROTATE
	bool "Logrotate support"
	depends on PACKAGE_syslog-ng
	default n
	help
	  It adds support for logrotate functionality.

config SYSLOGNG_LOGROTATE_MAXSIZE
	string "Maximum size of /var/log/messages log file"
	depends on SYSLOGNG_LOGROTATE
	default "1M"
	help
	  Log files are rotated when they grow bigger than defined size bytes.

config SYSLOGNG_LOGROTATE_ROTATE_COUNT
	int "Maximum rotation count for /var/log/messages log file"
	depends on SYSLOGNG_LOGROTATE
	default 1
	help
	  Log files are rotated count times before being removed or mailed to
	  the address specified in a mail directive. If count is 0, old
	  versions are removed rather than rotated.
@@


