summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2006-09-29 18:59:28 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2006-09-29 18:59:28 +0000
commitb39f95ff6cf834fae18ab0a3218956783928c698 (patch)
treeacf509052a287e8b6ccac8a535966eeae5d211bf /sysutils
parentslight change to the when the sleeps happen ... (diff)
since we're removing a bunch of the sleep(s), let's increase the couple
that remain so that we have pretty much the same overall 'randomness' for reporting systems ...
Notes
Notes: svn path=/head/; revision=174112
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bsdstats/Makefile2
-rw-r--r--sysutils/bsdstats/files/300.statistics4
-rw-r--r--sysutils/bsdstats/files/300.statistics.in4
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile
index eccd5e00ef0b..30b8f61436da 100644
--- a/sysutils/bsdstats/Makefile
+++ b/sysutils/bsdstats/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdstats
-PORTVERSION= 4.1
+PORTVERSION= 4.2
CATEGORIES= sysutils
DISTFILES=
diff --git a/sysutils/bsdstats/files/300.statistics b/sysutils/bsdstats/files/300.statistics
index 221d8ae1f39b..a7c67b533230 100644
--- a/sysutils/bsdstats/files/300.statistics
+++ b/sysutils/bsdstats/files/300.statistics
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.26 2006-09-29 18:58:20 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.27 2006-09-29 18:59:28 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -35,7 +35,7 @@ IFS="
"
random () {
- jot -r 1 0 300
+ jot -r 1 0 900
}
send_devices () {
diff --git a/sysutils/bsdstats/files/300.statistics.in b/sysutils/bsdstats/files/300.statistics.in
index 21329dc8f78a..ef537aca8dfb 100644
--- a/sysutils/bsdstats/files/300.statistics.in
+++ b/sysutils/bsdstats/files/300.statistics.in
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.26 2006-09-29 18:58:20 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.27 2006-09-29 18:59:28 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -35,7 +35,7 @@ IFS="
"
random () {
- jot -r 1 0 300
+ jot -r 1 0 900
}
send_devices () {