]> git.pld-linux.org Git - packages/heartbeat.git/blame - heartbeat-init.patch
- some spec updates
[packages/heartbeat.git] / heartbeat-init.patch
CommitLineData
24ddd3fa 1--- heartbeat/Makefile.orig Thu Apr 4 19:51:25 2002
2+++ heartbeat/Makefile Thu Apr 4 19:51:49 2002
3@@ -8,7 +8,7 @@
4 #
5 PKG=heartbeat
6
7-INITD=/etc/init.d
8+INITD=$(shell [ -d /etc/init.d ] && echo /etc/init.d || echo /etc/rc.d/init.d )
9 LOGROTATED=$(BUILD_ROOT)/etc/logrotate.d
10
11 # Debian wants things to start with DESTDIR,
This page took 0.02325 seconds and 4 git commands to generate.