diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-09-29 18:59:28 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-09-29 18:59:28 +0000 |
commit | 41291ff404ceb7dd68016d70dfdbb0fba4a28bb8 (patch) | |
tree | e4bd47c455c2a071358eae8354753d11aa76728d /sysutils | |
parent | 00d4cc5ef9608124f4bdf290726f6f54834020ff (diff) | |
download | FreeBSD-ports-41291ff404ceb7dd68016d70dfdbb0fba4a28bb8.zip FreeBSD-ports-41291ff404ceb7dd68016d70dfdbb0fba4a28bb8.tar.gz |
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 ...
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdstats/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bsdstats/files/300.statistics | 4 | ||||
-rw-r--r-- | sysutils/bsdstats/files/300.statistics.in | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index eccd5e0..30b8f61 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 221d8ae..a7c67b5 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 21329dc..ef537ac 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 () { |