aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats
diff options
context:
space:
mode:
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