aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2006-10-03 01:33:11 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2006-10-03 01:33:11 +0000
commit9e7d271d1af9cad3947dd43b44a8f7cbfed22f9e (patch)
tree825163504aaa9d4938c1fb08f433c1854fbbc805 /sysutils/bsdstats
parent45d6d9e28fecb05ddda34ce9d14e748784382f14 (diff)
downloadports-9e7d271d1af9cad3947dd43b44a8f7cbfed22f9e.tar.gz
ports-9e7d271d1af9cad3947dd43b44a8f7cbfed22f9e.zip
Notes
Diffstat (limited to 'sysutils/bsdstats')
-rw-r--r--sysutils/bsdstats/Makefile2
-rw-r--r--sysutils/bsdstats/files/300.statistics6
-rw-r--r--sysutils/bsdstats/files/300.statistics.in6
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile
index 26000a8ed0c1..2e744466c525 100644
--- a/sysutils/bsdstats/Makefile
+++ b/sysutils/bsdstats/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdstats
-PORTVERSION= 4.5
+PORTVERSION= 4.6
CATEGORIES= sysutils
DISTFILES=
diff --git a/sysutils/bsdstats/files/300.statistics b/sysutils/bsdstats/files/300.statistics
index 38786e7b6a65..429a2e3c144f 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.30 2006-10-02 12:07:30 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.31 2006-10-03 01:33:11 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -171,14 +171,14 @@ case "$monthly_statistics_enable" in
;;
*)
echo "Posting monthly device/CPU statistics disabled"
- echo ' set monthly_statistics_report_devices="YES" in $periodic_conf'
+ echo " set monthly_statistics_report_devices=\"YES\" in $periodic_conf"
;;
esac
do_fetch disable_token.php?key=$TOKEN\&token=$KEY
;;
*)
echo "Posting monthly OS statistics disabled"
- echo ' set monthly_statistics_enable="YES" in $periodic_conf'
+ echo " set monthly_statistics_enable=\"YES\" in $periodic_conf"
;;
esac
diff --git a/sysutils/bsdstats/files/300.statistics.in b/sysutils/bsdstats/files/300.statistics.in
index f210330befda..caf8a37d08f9 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.30 2006-10-02 12:07:30 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.31 2006-10-03 01:33:11 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -171,14 +171,14 @@ case "$monthly_statistics_enable" in
;;
*)
echo "Posting monthly device/CPU statistics disabled"
- echo ' set monthly_statistics_report_devices="YES" in $periodic_conf'
+ echo " set monthly_statistics_report_devices=\"YES\" in $periodic_conf"
;;
esac
do_fetch disable_token.php?key=$TOKEN\&token=$KEY
;;
*)
echo "Posting monthly OS statistics disabled"
- echo ' set monthly_statistics_enable="YES" in $periodic_conf'
+ echo " set monthly_statistics_enable=\"YES\" in $periodic_conf"
;;
esac