[icinga-checkins] icinga.org: icinga-core/mfriedrich/core: s/authorization/cgiauth/ in Makefile.in
git at icinga.org
git at icinga.org
Tue Nov 9 14:04:14 CET 2010
Module: icinga-core
Branch: mfriedrich/core
Commit: 5e4fe4a172452ad7373617a30212af535d8dc896
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=5e4fe4a172452ad7373617a30212af535d8dc896
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Tue Nov 9 14:01:40 2010 +0100
s/authorization/cgiauth/ in Makefile.in
---
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 7193dda..57f79d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -411,7 +411,7 @@ install-config:
$(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg
$(INSTALL) -b -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg
$(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg
- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/authorization.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg
+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg
$(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg
$(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg
$(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg
More information about the icinga-checkins
mailing list