diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-10-03 01:33:11 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-10-03 01:33:11 +0000 |
commit | 9e7d271d1af9cad3947dd43b44a8f7cbfed22f9e (patch) | |
tree | 825163504aaa9d4938c1fb08f433c1854fbbc805 /sysutils | |
parent | - Update to 0.14 (diff) |
Slight typo ...
Submitted by: Ian Darwin <ian@darwinsys.com>
Notes
Notes:
svn path=/head/; revision=174345
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdstats/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bsdstats/files/300.statistics | 6 | ||||
-rw-r--r-- | sysutils/bsdstats/files/300.statistics.in | 6 |
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 |