mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Fix the report server hostname ...
This commit is contained in:
parent
218548c5d6
commit
0f2b8f503b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174428
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bsdstats
|
||||
PORTVERSION= 4.7
|
||||
PORTVERSION= 4.8
|
||||
CATEGORIES= sysutils
|
||||
DISTFILES=
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.32 2006-10-04 04:46:01 scrappy Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.33 2006-10-04 04:51:41 scrappy Exp $
|
||||
#
|
||||
|
||||
# If there is a global system configuration file, suck it in.
|
||||
@ -23,7 +23,7 @@ oldmask=$(umask)
|
||||
umask 066
|
||||
|
||||
version="4.7"
|
||||
checkin_server=${monthly_statistics_checkin_server:-"bsdstats.org"}
|
||||
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
|
||||
bsdstats_log=${monthly_statistics_logfile:-"/var/log/bsdstats"}
|
||||
id_token_file='/var/db/bsdstats'
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.32 2006-10-04 04:46:01 scrappy Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.33 2006-10-04 04:51:41 scrappy Exp $
|
||||
#
|
||||
|
||||
# If there is a global system configuration file, suck it in.
|
||||
@ -23,7 +23,7 @@ oldmask=$(umask)
|
||||
umask 066
|
||||
|
||||
version="4.7"
|
||||
checkin_server=${monthly_statistics_checkin_server:-"bsdstats.org"}
|
||||
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
|
||||
bsdstats_log=${monthly_statistics_logfile:-"/var/log/bsdstats"}
|
||||
id_token_file='/var/db/bsdstats'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user