diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-10-03 09:33:11 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-10-03 09:33:11 +0800 |
commit | 029afec02b305efac00843d2d9defb020e25d5b7 (patch) | |
tree | ecf36d30bdee7cbd997041d5446ca405fbab573c /sysutils | |
parent | 82d0a863cd732af6e77911587f2a995c923bacdd (diff) | |
download | freebsd-ports-gnome-029afec02b305efac00843d2d9defb020e25d5b7.tar.gz freebsd-ports-gnome-029afec02b305efac00843d2d9defb020e25d5b7.tar.zst freebsd-ports-gnome-029afec02b305efac00843d2d9defb020e25d5b7.zip |
Slight typo ...
Submitted by: Ian Darwin <ian@darwinsys.com>
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 |