aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>2006-09-30 02:59:28 +0800
committerscrappy <scrappy@FreeBSD.org>2006-09-30 02:59:28 +0800
commit41291ff404ceb7dd68016d70dfdbb0fba4a28bb8 (patch)
treee4bd47c455c2a071358eae8354753d11aa76728d
parent00d4cc5ef9608124f4bdf290726f6f54834020ff (diff)
downloadfreebsd-ports-gnome-41291ff404ceb7dd68016d70dfdbb0fba4a28bb8.tar.gz
freebsd-ports-gnome-41291ff404ceb7dd68016d70dfdbb0fba4a28bb8.tar.zst
freebsd-ports-gnome-41291ff404ceb7dd68016d70dfdbb0fba4a28bb8.zip
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 ...
-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 () {