diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-02 22:08:22 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-02 22:08:50 -0600 |
commit | 4618ee4c7541cb6c179303d342e8c189fc92deff (patch) | |
tree | 261e183191c4c417930791df03f02e5ac5bdba09 /net-analyzer/icinga2/icinga2-9999.ebuild | |
parent | dev-python/boto3: define *DEPEND slightly simpler (diff) | |
download | gentoo-4618ee4c7541cb6c179303d342e8c189fc92deff.tar.gz gentoo-4618ee4c7541cb6c179303d342e8c189fc92deff.tar.bz2 gentoo-4618ee4c7541cb6c179303d342e8c189fc92deff.zip |
net-analyzer/icinga2: remove unused variable
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/icinga2/icinga2-9999.ebuild')
-rw-r--r-- | net-analyzer/icinga2/icinga2-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index 11f3af622732..ebdd790be879 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -72,7 +72,6 @@ src_configure() { -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins" -DICINGA2_USER=icinga -DICINGA2_GROUP=icingacmd - -DICINGA2_COMMAND_USER=icinga -DICINGA2_COMMAND_GROUP=icingacmd -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes -DLOGROTATE_HAS_SU=ON |