--- nagios-grapher-1.6/Makefile.in 2006-06-07 18:22:37.000000000 +0200 +++ nagios-grapher-1.6-r1/Makefile.in 2006-06-19 09:54:19.000000000 +0200 @@ -38,7 +38,7 @@ NG_PERL_DAEMON = $(DESTDIR)/collect2.pl NG_PERL_FIFO = $(DESTDIR)/fifo_write.pl -NG_SH_START = $(DESTDIR)/nagios_grapher +NG_SH_START = $(DESTDIR)/nagios-grapher NG_IMAGE_DOT = $(DESTDIR)/dot.png NG_IMAGE_GRAPH = $(DESTDIR)/graph.png @@ -179,8 +179,8 @@ cp NagiosGrapher.pm $(DESTDIR)/$(PERL_INC) init-script: - cp nagios_grapher /etc/init.d - chmod 0755 /etc/init.d/nagios_grapher + cp nagios-grapher /etc/init.d + chmod 0755 /etc/init.d/nagios-grapher image-install: mkdir -p $(DESTDIR)/$(NAGIOS_IMAGES)