mirror of https://github.com/Icinga/icinga2.git
parent
a8abb48486
commit
8613beb539
|
@ -16,10 +16,11 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
sbindir=@sbindir@
|
sbindir=@sbindir@
|
||||||
|
bindir=@bindir@
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
localstatedir=@localstatedir@
|
localstatedir=@localstatedir@
|
||||||
|
|
||||||
DAEMON=$sbindir/icinga2
|
DAEMON=$bindir/icinga2
|
||||||
ICINGA2_CONFIG_FILE=$sysconfdir/icinga2/icinga2.conf
|
ICINGA2_CONFIG_FILE=$sysconfdir/icinga2/icinga2.conf
|
||||||
ICINGA2_PID_FILE=$localstatedir/run/icinga2/icinga2.pid
|
ICINGA2_PID_FILE=$localstatedir/run/icinga2/icinga2.pid
|
||||||
ICINGA2_ERROR_LOG=$localstatedir/log/icinga2/error.log
|
ICINGA2_ERROR_LOG=$localstatedir/log/icinga2/error.log
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
sbin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
icinga2
|
icinga2
|
||||||
|
|
||||||
icinga2_SOURCES = \
|
icinga2_SOURCES = \
|
||||||
|
|
Loading…
Reference in New Issue