Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2011 09:40:09 GMT
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5
Message-ID:  <201107050940.p659e9hH017433@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/158659; it has been noted by GNATS.

From: Alex Samorukov <samm@os2.kiev.ua>
To: bug-followup@FreeBSD.org, samm@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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107050940.p659e9hH017433>