ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5

Alex Samorukov samm at os2.kiev.ua
Tue Jul 5 09:40:09 UTC 2011


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

From: Alex Samorukov <samm at os2.kiev.ua>
To: bug-followup at FreeBSD.org, samm at os2.kiev.ua
Cc:  
Subject: Re: ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5
Date: Tue, 05 Jul 2011 11:39:01 +0200

 I found an error caused by previous commit with minor cleanups.
 
 Line:
 pidfile="${atop_pidfile:-'/var/run/atop.pid'}"
 
 should be replaced with
 
 pidfile=${atop_pidfile:-'/var/run/atop.pid'}
 
 Could you please fix this?



More information about the freebsd-ports-bugs mailing list