Date: Tue, 6 Mar 2007 14:20:07 GMT From: Roger Gujord <roger@gujord.com> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/109984: Package "heartbeat" fails to install Message-ID: <200703061420.l26EK7dE055138@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR misc/109984; it has been noted by GNATS.
From: Roger Gujord <roger@gujord.com>
To: bug-followup@FreeBSD.org, roger@gujord.com
Cc:
Subject: Re: misc/109984: Package "heartbeat" fails to install
Date: Tue, 06 Mar 2007 15:10:58 +0100
Patch +INSTALL with this should solve the problem:
145c145
< test -f ${base}/var/run/heartbeat.pid || \
---
> test -f /var/run/heartbeat.pid || \
147c147
< ${base}/var/run/heartbeat.pid
---
> /var/run/heartbeat.pid
170,171c170,171
< if [ -f ${base}/var/run/heartbeat.pid ]; then
< rm ${base}/var/run/heartbeat.pid
---
> if [ -f /var/run/heartbeat.pid ]; then
> rm /var/run/heartbeat.pid
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061420.l26EK7dE055138>
