mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Set proper user/group for config files.
This commit is contained in:
parent
3b4425c17e
commit
4916dea147
@ -12,7 +12,7 @@ CONFIG_FILES = \
|
||||
install-data-local:
|
||||
@for file in $(CONFIG_FILES); do \
|
||||
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
||||
$(INSTALL_DATA) -o @icinga_user@ -g @icinga_group@ -m 0640 $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
@ -10,7 +10,7 @@ install-data-local:
|
||||
@$(MKDIR_P) $(icinga2confdir); \
|
||||
for file in $(CONFIG_FILES); do \
|
||||
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
||||
$(INSTALL_DATA) -o @icinga_user@ -g @icinga_group@ -m 0640 $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
@ -10,7 +10,7 @@ install-data-local:
|
||||
@$(MKDIR_P) $(icinga2confdir); \
|
||||
for file in $(CONFIG_FILES); do \
|
||||
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
||||
$(INSTALL_DATA) -o @icinga_user@ -g @icinga_group@ -m 0640 $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user