mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Slight typo ...
Submitted by: Ian Darwin <ian@darwinsys.com>
This commit is contained in:
parent
45d6d9e28f
commit
9e7d271d1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174345
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bsdstats
|
||||
PORTVERSION= 4.5
|
||||
PORTVERSION= 4.6
|
||||
CATEGORIES= sysutils
|
||||
DISTFILES=
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue