Bug 158659

Summary: [MAINTAINER] sysutils/atop: update to 1.26.b5
Product: Ports & Packages Reporter: Oleksii Samorukov <samm>
Component: Individual Port(s)Assignee: Alexander Logvinov <avl>
Status: Closed FIXED    
Severity: Affects Only Me CC: samm
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
atop-1.26.b5.patch none

Description Oleksii Samorukov freebsd_committer freebsd_triage 2011-07-05 09:50:04 UTC
- Update to 1.26.b5
- Describe atop rc script variables
- Fix install message
Generated with FreeBSD Port Tools 0.99
Comment 1 Oleksii Samorukov freebsd_committer freebsd_triage 2011-07-05 10:39:01 UTC
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?
Comment 2 Alexander Logvinov freebsd_committer freebsd_triage 2011-07-05 11:40:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-05 15:04:26 UTC
avl         2011-07-05 14:04:13 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/atop        Makefile distinfo 
    sysutils/atop/files  atop.in pkg-message.in 
  Log:
  - Update to 1.26.b5
  - Describe atop rc script variables
  - Fix install message
  - Fix rc script regression caused by last commit (atop_pid escaping)
  
  PR:             ports/158659
  Submitted by:   Alex Samorukov <samm at os2.kiev.ua> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -2      ports/sysutils/atop/Makefile
  1.3       +2 -2      ports/sysutils/atop/distinfo
  1.4       +16 -3     ports/sysutils/atop/files/atop.in
  1.2       +1 -1      ports/sysutils/atop/files/pkg-message.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Alexander Logvinov freebsd_committer freebsd_triage 2011-07-05 15:06:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!