From 628bca9f81d71cdd2553a2d8ae9d78ffd9d5c3c0 Mon Sep 17 00:00:00 2001 From: scrappy Date: Sat, 26 Aug 2006 17:12:50 +0000 Subject: Fix " : not found" when first running script --- sysutils/bsdstats/Makefile | 2 +- sysutils/bsdstats/files/300.statistics | 4 ++-- sysutils/bsdstats/files/300.statistics.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sysutils') diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index c6369f0cf2cb..c4e058b3fbfa 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 0b09e6cdc671..c4c6f15ac2e8 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 7493f26fd3ce..c59904a9ccd4 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" | { -- cgit