--- heartbeat/Makefile.orig Thu Apr 4 19:51:25 2002 +++ heartbeat/Makefile Thu Apr 4 19:51:49 2002 @@ -8,7 +8,7 @@ # PKG=heartbeat -INITD=/etc/init.d +INITD=$(shell [ -d /etc/init.d ] && echo /etc/init.d || echo /etc/rc.d/init.d ) LOGROTATED=$(BUILD_ROOT)/etc/logrotate.d # Debian wants things to start with DESTDIR,