]> git.pld-linux.org Git - packages/heartbeat.git/blob - heartbeat-init.patch
fixed a small typo
[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,
12 --- heartbeat/heartbeat.sh.orig Thu Apr  4 19:53:18 2002
13 +++ heartbeat/heartbeat.sh      Thu Apr  4 19:53:23 2002
14 @@ -1,4 +1,4 @@
15 -#!/bin/sh
16 +#!/bin/bash
17  #
18  #      $Id$
19  #
This page took 0.066946 seconds and 3 git commands to generate.