]> git.pld-linux.org Git - packages/heartbeat.git/blob - heartbeat-init.patch
- Req user-haclient
[packages/heartbeat.git] / heartbeat-init.patch
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.042466 seconds and 3 git commands to generate.