misc/109984: Package "heartbeat" fails to install

Roger Gujord roger at gujord.com
Tue Mar 6 14:20:08 UTC 2007


The following reply was made to PR misc/109984; it has been noted by GNATS.

From: Roger Gujord <roger at gujord.com>
To: bug-followup at FreeBSD.org, roger at 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
 
 


More information about the freebsd-bugs mailing list