Bug 218283

Summary: [PATCH] sysutils/bsdstats: use anticongestion
Product: Ports & Packages Reporter: Alan Somers <asomers>
Component: Individual Port(s)Assignee: Carlos J. Puga Medina <cpm>
Status: Closed FIXED    
Severity: Affects Some People CC: cpm, yuri
Priority: --- Keywords: patch, patch-ready
Version: LatestFlags: yuri: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Use anticongestion instead of simply sleeping yuri: maintainer-approval+

Description Alan Somers freebsd_committer freebsd_triage 2017-04-01 04:45:42 UTC
Created attachment 181374 [details]
Use anticongestion instead of simply sleeping

svn r316342 added a common anticongestion routine that all periodic scripts should use instead of simply calling sleep.  To test if it's available, a port should check for the anticongestion_sleeptime variable.
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-04-08 11:44:50 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-04-10 17:58:04 UTC
A commit references this bug:

Author: cpm
Date: Mon Apr 10 17:57:31 UTC 2017
New revision: 438194
URL: https://svnweb.freebsd.org/changeset/ports/438194

Log:
  - Use anticongestion instead of simply sleeping.
  - Bump PORTREVISION

  svn r316342 added a common anticongestion routine that all periodic scripts should
  use instead of simply calling sleep. To test if it's available, a port should
  check for the anticongestion_sleeptime variable.

  PR:		218283
  Submitted by:	asomers
  Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)

Changes:
  head/sysutils/bsdstats/Makefile
  head/sysutils/bsdstats/files/300.statistics.in
Comment 3 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-04-10 17:59:58 UTC
Committed!

Thanks