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