aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats/files
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-10-25 15:06:30 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-10-25 15:06:30 +0000
commit3f28e5234cb6362db2ca3194b106c579d20283c9 (patch)
tree6d52ba4261b6ca1236871d80f7375ca031d7fbc4 /sysutils/bsdstats/files
parentb29113ab0d05f4bf1d83a5764eeff56a04f51b5a (diff)
downloadports-3f28e5234cb6362db2ca3194b106c579d20283c9.tar.gz
ports-3f28e5234cb6362db2ca3194b106c579d20283c9.zip
- Use drill instead of dig on FreeBSD 10.
- Support staging. PR: ports/183264 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: "A.J. Kehoe IV (Nanoman)" <bsdstats@nanoman.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=331594
Diffstat (limited to 'sysutils/bsdstats/files')
-rw-r--r--sysutils/bsdstats/files/300.statistics.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bsdstats/files/300.statistics.in b/sysutils/bsdstats/files/300.statistics.in
index 9881747f8fad..62208e15ac78 100644
--- a/sysutils/bsdstats/files/300.statistics.in
+++ b/sysutils/bsdstats/files/300.statistics.in
@@ -71,7 +71,7 @@ do_fetch () {
}
check_dns () {
- if [ `dig bsdstats.org txt | grep TXT | grep UP | wc -l` = 0 ]
+ if [ `%%DIG%% bsdstats.org txt | grep TXT | grep UP | wc -l` = 0 ]
then
echo "DNS not reachable, Network Down?"
exit