Blob Blame History Raw
diff -up whatsup-1.12/etc/Makefile.in.orig whatsup-1.12/etc/Makefile.in
--- whatsup-1.12/etc/Makefile.in.orig	2011-03-07 14:16:53.941001274 +0100
+++ whatsup-1.12/etc/Makefile.in	2011-03-07 14:17:21.877999696 +0100
@@ -372,13 +372,13 @@ uninstall-am: uninstall-info-am uninstal
 install-data-local:
 	$(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)
 	$(INSTALL) -m 755 $(srcdir)/nodeupdown.conf $(DESTDIR)$(sysconfdir)
-@WITH_PINGD_TRUE@	$(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)/init.d
+@WITH_PINGD_TRUE@	$(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)/rc.d/init.d
 @WITH_PINGD_TRUE@	$(INSTALL) -m 755 $(srcdir)/pingd.conf $(DESTDIR)$(sysconfdir)
-@WITH_PINGD_TRUE@	$(INSTALL) -m 755 $(srcdir)/whatsup-pingd $(DESTDIR)$(sysconfdir)/init.d/whatsup-pingd
+@WITH_PINGD_TRUE@	$(INSTALL) -m 755 $(srcdir)/whatsup-pingd $(DESTDIR)$(sysconfdir)/rc.d/init.d/whatsup-pingd
 
 uninstall-local:
 	$(RM) -f $(DESTDIR)/$(sysconfdir)/nodeupdown.conf
-@WITH_PINGD_TRUE@	$(RM) -f $(DESTDIR)/$(sysconfdir)/init.d/whatsup-pingd
+@WITH_PINGD_TRUE@	$(RM) -f $(DESTDIR)/$(sysconfdir)/rc.d/init.d/whatsup-pingd
 @WITH_PINGD_TRUE@	$(RM) -f $(DESTDIR)/$(sysconfdir)/pingd.conf
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.