Navigation Menu

Skip to content

Commit

Permalink
Fix issue with installing logrotate configuration file at the proper …
Browse files Browse the repository at this point in the history
…place

EUCA-3909
  • Loading branch information
gelinasc committed Oct 31, 2013
1 parent 4cfa9c6 commit ff5de91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -57,6 +57,7 @@ install: deploy
@$(INSTALL) -d $(DESTDIR)$(etcdir)/eucalyptus/nc-hooks
@$(INSTALL) -m 0644 VERSION $(DESTDIR)$(etcdir)/eucalyptus/eucalyptus-version
@$(INSTALL) -d $(DESTDIR)$(etcdir)/init.d
@$(INSTALL) -d $(DESTDIR)$(etcdir)/logrotate.d
@$(INSTALL) -d $(DESTDIR)$(vardir)/run/eucalyptus/net
@$(INSTALL) -d $(DESTDIR)$(vardir)/lib/eucalyptus/keys
@$(INSTALL) -d $(DESTDIR)$(vardir)/lib/eucalyptus/CC
Expand Down
3 changes: 2 additions & 1 deletion tools/Makefile
Expand Up @@ -84,7 +84,7 @@ install: build
@$(INSTALL) -m 755 eucalyptus-cloud $(DESTDIR)$(etcdir)/init.d
@$(INSTALL) -m 755 eucalyptus-nc $(DESTDIR)$(etcdir)/init.d
@$(INSTALL) -m 755 eucalyptus-cc $(DESTDIR)$(etcdir)/init.d
@$(INSTALL) -m 644 eucalyptus-logrotate.conf /etc/logrotate.d/eucalyptus
@$(INSTALL) -m 644 eucalyptus-logrotate.conf $(DESTDIR)$(etcdir)/etc/logrotate.d/eucalyptus
@$(INSTALL) -m 755 eucalyptus-eucanetd $(DESTDIR)$(etcdir)/init.d
@$(INSTALL) -m 644 httpd.conf $(DESTDIR)$(etcdir)/eucalyptus
@if test -e $(DESTDIR)$(etcdir)/eucalyptus/eucalyptus.conf ; then \
Expand Down Expand Up @@ -135,6 +135,7 @@ uninstall:
@$(RM) -f $(DESTDIR)$(etcdir)/init.d/eucalyptus-nc
@$(RM) -f $(DESTDIR)$(etcdir)/init.d/eucalyptus-cc
@$(RM) -f $(DESTDIR)$(etcdir)/init.d/eucalyptus-eucanetd
@$(RM) -f $(DESTDIR)$(etcdir)/logrotate.d/eucalyptus
@$(RM) -f $(DESTDIR)$(etcdir)/eucalyptus/httpd*
@$(RM) -f $(DESTDIR)$(etcdir)/eucalyptus/eucalyptus.conf
@$(RM) -f $(DESTDIR)$(datarootdir)/eucalyptus/vtunall.conf.template
Expand Down

0 comments on commit ff5de91

Please sign in to comment.