Add hints to tools and add another gpl3 header
This commit is contained in:
parent
5a7d12d254
commit
0c141187bf
3 changed files with 25 additions and 4 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Written for Netstream (www.netstream.ch) on Di 21. Aug 17:10:15 CEST 2007
|
||||
#
|
||||
# Analyse existing logs
|
||||
|
||||
version=0.1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue