aboutsummaryrefslogtreecommitdiff
path: root/contrib/report.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-18 20:18:17 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-18 20:18:17 +0000
commitdfc745e0e977a20de99a88958f9baae6c850cd53 (patch)
treea7b7b6d3cbba757d30c32cdffa44397adfbae11c /contrib/report.sh
parenta890844ffe2472421b21f2ef35d63397793960a4 (diff)
downloadgnunet-dfc745e0e977a20de99a88958f9baae6c850cd53.tar.gz
gnunet-dfc745e0e977a20de99a88958f9baae6c850cd53.zip
update docs
Diffstat (limited to 'contrib/report.sh')
-rwxr-xr-xcontrib/report.sh21
1 files changed, 10 insertions, 11 deletions
diff --git a/contrib/report.sh b/contrib/report.sh
index 521226c94..aab0c2082 100755
--- a/contrib/report.sh
+++ b/contrib/report.sh
@@ -7,8 +7,6 @@ else
7 WHICH=type 7 WHICH=type
8fi 8fi
9 9
10echo "On some systems, you may need to change /bin/sh to point to bash"
11echo
12echo "Please submit the following information with your bug report: " 10echo "Please submit the following information with your bug report: "
13echo "--------------------------------------------------------------" 11echo "--------------------------------------------------------------"
14OS=`uname -s 2>/dev/null` 12OS=`uname -s 2>/dev/null`
@@ -86,9 +84,17 @@ fi
86TEST=`$WHICH gnunetd 2>/dev/null` 84TEST=`$WHICH gnunetd 2>/dev/null`
87if test -n "$TEST"; then 85if test -n "$TEST"; then
88 gnunetd -v | sed -e "s/v//" 2>/dev/null |\ 86 gnunetd -v | sed -e "s/v//" 2>/dev/null |\
89 awk '{print "GNUnet : "$2}' 87 awk '{print "GNUnet 0.8 : "$2 (may conflict!)}'
90else 88else
91 echo "GNUnet : Not Found" 89 echo "GNUnet 0.8 : Not Found (good)"
90fi
91
92TEST=`$WHICH gnunet-arm 2>/dev/null`
93if test -n "$TEST"; then
94 gnunet-arm -v | sed -e "s/v//" 2>/dev/null |\
95 awk '{print "GNUnet 0.9 : "$2}'
96else
97 echo "GNUnet 0.9 : Not Found"
92fi 98fi
93 99
94TEST=`$WHICH libgcrypt-config 2> /dev/null` 100TEST=`$WHICH libgcrypt-config 2> /dev/null`
@@ -169,13 +175,6 @@ else
169fi 175fi
170 176
171 177
172TEST=`grep "Id:" /usr/include/adns.h 2> /dev/null`
173if test -n "$TEST"; then
174 echo "$TEST" | awk '{print "GNU adns : "$4}'
175else
176 echo "GNU adns : Not found"
177fi
178
179TEST=`which qmake 2> /dev/null` 178TEST=`which qmake 2> /dev/null`
180if test -x "$TEST"; then 179if test -x "$TEST"; then
181 qmake --version | tail -n 1 | awk '{print "Qt : "$4}' 180 qmake --version | tail -n 1 | awk '{print "Qt : "$4}'