Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Ensure to set ICINGA2_SYSCONFIGFILE to the Debian default
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Apr 19, 2018
1 parent 8539e62 commit 0d1e22e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jessie/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DICINGA2_RUNDIR=/run \
-DICINGA2_SYSCONFIGFILE=/etc/default/icinga2 \
-DICINGA2_USER=nagios \
-DICINGA2_GROUP=nagios \
-DICINGA2_COMMAND_GROUP=www-data \
Expand Down
1 change: 1 addition & 0 deletions stretch/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DICINGA2_RUNDIR=/run \
-DICINGA2_SYSCONFIGFILE=/etc/default/icinga2 \
-DICINGA2_USER=nagios \
-DICINGA2_GROUP=nagios \
-DICINGA2_COMMAND_GROUP=www-data \
Expand Down
1 change: 1 addition & 0 deletions ubuntu/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DICINGA2_RUNDIR=/run \
-DICINGA2_SYSCONFIGFILE=/etc/default/icinga2 \
-DICINGA2_USER=nagios \
-DICINGA2_GROUP=nagios \
-DICINGA2_COMMAND_GROUP=www-data \
Expand Down
1 change: 1 addition & 0 deletions wheezy/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DICINGA2_RUNDIR=/run \
-DICINGA2_SYSCONFIGFILE=/etc/default/icinga2 \
-DICINGA2_USER=nagios \
-DICINGA2_GROUP=nagios \
-DICINGA2_COMMAND_GROUP=www-data \
Expand Down

0 comments on commit 0d1e22e

Please sign in to comment.