mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
cosmetic change
This commit is contained in:
parent
15575133dd
commit
69f0d66df2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174305
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= bsdstats
|
PORTNAME= bsdstats
|
||||||
PORTVERSION= 4.4
|
PORTVERSION= 4.5
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
DISTFILES=
|
DISTFILES=
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
#
|
#
|
||||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.29 2006-10-02 12:03:49 scrappy Exp $
|
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.30 2006-10-02 12:07:30 scrappy Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# If there is a global system configuration file, suck it in.
|
# If there is a global system configuration file, suck it in.
|
||||||
|
@ -22,7 +22,7 @@ fi
|
||||||
oldmask=$(umask)
|
oldmask=$(umask)
|
||||||
umask 066
|
umask 066
|
||||||
|
|
||||||
version="4.0"
|
version="4.5"
|
||||||
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
|
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
|
||||||
id_token_file='/var/db/bsdstats'
|
id_token_file='/var/db/bsdstats'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
#
|
#
|
||||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.29 2006-10-02 12:03:49 scrappy Exp $
|
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.30 2006-10-02 12:07:30 scrappy Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# If there is a global system configuration file, suck it in.
|
# If there is a global system configuration file, suck it in.
|
||||||
|
@ -22,7 +22,7 @@ fi
|
||||||
oldmask=$(umask)
|
oldmask=$(umask)
|
||||||
umask 066
|
umask 066
|
||||||
|
|
||||||
version="4.0"
|
version="4.5"
|
||||||
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
|
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
|
||||||
id_token_file='/var/db/bsdstats'
|
id_token_file='/var/db/bsdstats'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue