aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2006-08-09 18:36:15 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2006-08-09 18:36:15 +0000
commitc4f8a1c3423ab7e52dff65c1542c5ed1ebba50da (patch)
treeb525b4099ec6fd85ce46a8b567cdb8358ce58811 /sysutils/bsdstats
parent560d04ceff5445d0281b6dc342c262bda71d2952 (diff)
downloadports-c4f8a1c3423ab7e52dff65c1542c5ed1ebba50da.tar.gz
ports-c4f8a1c3423ab7e52dff65c1542c5ed1ebba50da.zip
Notes
Diffstat (limited to 'sysutils/bsdstats')
-rw-r--r--sysutils/bsdstats/Makefile1
-rw-r--r--sysutils/bsdstats/files/300.statistics3
-rw-r--r--sysutils/bsdstats/files/300.statistics.in3
3 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile
index bbfe0acd2f83..ce32983741cc 100644
--- a/sysutils/bsdstats/Makefile
+++ b/sysutils/bsdstats/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bsdstats
PORTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= sysutils
DISTFILES=
diff --git a/sysutils/bsdstats/files/300.statistics b/sysutils/bsdstats/files/300.statistics
index 4f515b4ba040..cd75357cd379 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.9 2006-08-09 16:54:30 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.10 2006-08-09 18:36:15 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -44,6 +44,7 @@ case "$monthly_statistics_enable" in
HN=`/bin/hostname`
SYS=`/usr/bin/uname -r`
ARCH=`/usr/bin/uname -m`
+ OS=`/usr/bin/uname -s`
do_fetch getid.php?hn=$HN\&sys=$SYS\&arch=$ARCH\&opsys=$OS
echo "Posting monthly OS statistics to $checkin_server"
case "$monthly_statistics_report_devices" in
diff --git a/sysutils/bsdstats/files/300.statistics.in b/sysutils/bsdstats/files/300.statistics.in
index a01ebcb906bc..87620710574e 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.9 2006-08-09 16:54:30 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.10 2006-08-09 18:36:15 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -44,6 +44,7 @@ case "$monthly_statistics_enable" in
HN=`/bin/hostname`
SYS=`/usr/bin/uname -r`
ARCH=`/usr/bin/uname -m`
+ OS=`/usr/bin/uname -s`
do_fetch getid.php?hn=$HN\&sys=$SYS\&arch=$ARCH\&opsys=$OS
echo "Posting monthly OS statistics to $checkin_server"
case "$monthly_statistics_report_devices" in