aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bsdstats
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>2006-08-27 01:12:50 +0800
committerscrappy <scrappy@FreeBSD.org>2006-08-27 01:12:50 +0800
commit628bca9f81d71cdd2553a2d8ae9d78ffd9d5c3c0 (patch)
tree5dfe6b1aa9d746b1b9022e83876bdda9f82e81a9 /sysutils/bsdstats
parentad3a786152e6119c1ee6beec5f923fbfb5663fd8 (diff)
downloadfreebsd-ports-graphics-628bca9f81d71cdd2553a2d8ae9d78ffd9d5c3c0.tar.gz
freebsd-ports-graphics-628bca9f81d71cdd2553a2d8ae9d78ffd9d5c3c0.tar.zst
freebsd-ports-graphics-628bca9f81d71cdd2553a2d8ae9d78ffd9d5c3c0.zip
Fix " : not found" when first running script
Diffstat (limited to 'sysutils/bsdstats')
-rw-r--r--sysutils/bsdstats/Makefile2
-rw-r--r--sysutils/bsdstats/files/300.statistics4
-rw-r--r--sysutils/bsdstats/files/300.statistics.in4
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile
index c6369f0cf2c..c4e058b3fbf 100644
--- a/sysutils/bsdstats/Makefile
+++ b/sysutils/bsdstats/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bsdstats
PORTVERSION= 3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
DISTFILES=
diff --git a/sysutils/bsdstats/files/300.statistics b/sysutils/bsdstats/files/300.statistics
index 0b09e6cdc67..c4c6f15ac2e 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.13 2006-08-14 20:26:12 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.14 2006-08-26 17:12:50 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -44,7 +44,7 @@ get_id_token () {
idf=$( mktemp "$id_token_file.XXXXXX" ) && \
/usr/sbin/chown root:wheel $idf && \
- /bin/chmod 600 $idf && \
+ /bin/chmod 600 $idf
/usr/bin/fetch -qo - \
"http://$checkin_server/scripts/getid.php?key=$IDTOKEN" | {
diff --git a/sysutils/bsdstats/files/300.statistics.in b/sysutils/bsdstats/files/300.statistics.in
index 7493f26fd3c..c59904a9ccd 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.13 2006-08-14 20:26:12 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.14 2006-08-26 17:12:50 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -44,7 +44,7 @@ get_id_token () {
idf=$( mktemp "$id_token_file.XXXXXX" ) && \
/usr/sbin/chown root:wheel $idf && \
- /bin/chmod 600 $idf && \
+ /bin/chmod 600 $idf
/usr/bin/fetch -qo - \
"http://$checkin_server/scripts/getid.php?key=$IDTOKEN" | {