diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-08-14 20:26:12 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-08-14 20:26:12 +0000 |
commit | 0744dfbb6b6917c8ab8a25e5c9630bd005414693 (patch) | |
tree | cef4097d800d94d33ccafe9e18bdc2cc132e1a04 /sysutils | |
parent | 4c455574a8f963e767fe8d9f68d00aaeab55067c (diff) | |
download | ports-0744dfbb6b6917c8ab8a25e5c9630bd005414693.tar.gz ports-0744dfbb6b6917c8ab8a25e5c9630bd005414693.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdstats/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bsdstats/files/300.statistics | 8 | ||||
-rw-r--r-- | sysutils/bsdstats/files/300.statistics.in | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index ec5394905910..f40119ddc58c 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsdstats PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils DISTFILES= diff --git a/sysutils/bsdstats/files/300.statistics b/sysutils/bsdstats/files/300.statistics index 0bc1cd2b07b6..0b09e6cdc671 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.12 2006-08-14 13:08:01 scrappy Exp $ +# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.13 2006-08-14 20:26:12 scrappy Exp $ # # If there is a global system configuration file, suck it in. @@ -42,9 +42,9 @@ get_id_token () { then IDTOKEN=$( /usr/bin/openssl rand -base64 16 ) - idf=$( mktemp "$id_token_file.XXXXXX" ) && \ - /usr/sbin/chown root:wheel $id_token_file && \ - /bin/chmod 600 $id_token_file && \ + idf=$( mktemp "$id_token_file.XXXXXX" ) && \ + /usr/sbin/chown root:wheel $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 07eb7326c384..7493f26fd3ce 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.12 2006-08-14 13:08:01 scrappy Exp $ +# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.13 2006-08-14 20:26:12 scrappy Exp $ # # If there is a global system configuration file, suck it in. @@ -42,9 +42,9 @@ get_id_token () { then IDTOKEN=$( /usr/bin/openssl rand -base64 16 ) - idf=$( mktemp "$id_token_file.XXXXXX" ) && \ - /usr/sbin/chown root:wheel $id_token_file && \ - /bin/chmod 600 $id_token_file && \ + idf=$( mktemp "$id_token_file.XXXXXX" ) && \ + /usr/sbin/chown root:wheel $idf && \ + /bin/chmod 600 $idf && \ /usr/bin/fetch -qo - \ "http://$checkin_server/scripts/getid.php?key=$IDTOKEN" | { |