diff --git a/doc/ccollect.text b/doc/ccollect.text index 7baba92..b44c616 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -243,6 +243,10 @@ After having installed and used ccollect, report success using Configuring ----------- +For configuration aid have a look at the above mentioned tools, which can assist +you quite well. When you are successfully using `ccollect`, report success using +`tools/report_success.sh`. + Runtime options ~~~~~~~~~~~~~~~ diff --git a/tools/ccollect_analyse_logs.sh b/tools/ccollect_analyse_logs.sh index 6ceb414..b8128d0 100755 --- a/tools/ccollect_analyse_logs.sh +++ b/tools/ccollect_analyse_logs.sh @@ -1,7 +1,24 @@ #!/bin/sh -# Nico Schottelius -# written for Netstream (www.netstream.ch) -# Date: Di 21. Aug 17:10:15 CEST 2007 +# +# 2007-2008 Nico Schottelius (nico-ccollect at schottelius.org) +# +# This file is part of ccollect. +# +# ccollect is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# ccollect is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with ccollect. If not, see . +# +# Written for Netstream (www.netstream.ch) on Di 21. Aug 17:10:15 CEST 2007 +# # Analyse existing logs version=0.1 diff --git a/tools/report_success.sh b/tools/report_success.sh index 82a6dc6..b0f9d1b 100755 --- a/tools/report_success.sh +++ b/tools/report_success.sh @@ -29,7 +29,7 @@ software="ccollect" author="Nico Schottelius" info="$(uname -s -v -r -m)" -echo "Reporting success for $software to ${author}:" +echo "Reporting success for $software to ${author}" echo "-----------------" echo -n "Your name (leave free for anonymous): " read name