Fix where percent uptime is calculated as: (up*100)/(up-down) Should be: (up*100)/(up+down) Patch from: http://bugs.gentoo.org/show_bug.cgi?id=332753 Reported by: Akira Norimaki <sutter.cane at rx78.org> Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
culot 2011-05-05 12:32:59 UTC FreeBSD ports repository Modified files: sysutils/uptimed Makefile Added files: sysutils/uptimed/files patch-src__uprecords.c Log: - Fix error in uptime calculation PR: ports/156825 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Revision Changes Path 1.19 +1 -0 ports/sysutils/uptimed/Makefile 1.1 +12 -0 ports/sysutils/uptimed/files/patch-src__uprecords.c (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!