1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

remove the monthly_statistics_mailto variable from the script ... it

is not used, nor was it ever used ...
This commit is contained in:
Marc G. Fournier 2006-08-08 04:32:21 +00:00
parent c8aba8e713
commit a65f939beb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170057
3 changed files with 3 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= bsdstats
PORTVERSION= 2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= sysutils
DISTFILES=

View File

@ -1,11 +1,10 @@
#!/bin/sh -
#
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.5 2006-08-08 04:30:38 scrappy Exp $
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.6 2006-08-08 04:32:21 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
#
monthly_statistics_mailto="scrappy@hub.org,root"
if [ -r /etc/defaults/periodic.conf ]
then
. /etc/defaults/periodic.conf

View File

@ -1,11 +1,10 @@
#!/bin/sh -
#
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.5 2006-08-08 04:30:38 scrappy Exp $
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.6 2006-08-08 04:32:21 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
#
monthly_statistics_mailto="scrappy@hub.org,root"
if [ -r /etc/defaults/periodic.conf ]
then
. /etc/defaults/periodic.conf