updated leading comment, esp. license and warranty

This commit is contained in:
Patrick Neumann 2015-06-03 11:06:45 +02:00
parent d9d479fdc4
commit 68d1de2bf7

View File

@ -1,34 +1,71 @@
#!/bin/bash #!/bin/bash
#=============================================================================== #===============================================================================
# FILE: /media/LOGTARGET/remnux5_inetsim_script # DIRECTORY:
# /media/LOGTARGET/
# #
# USAGE: $ [...] # FILE:
# # bash remnux5_inetsim_script start # remnux5_inetsim_script
# # [...]
# # bash remnux5_inetsim_script stop
# # [...]
# OPTIONS: none (use configuration!)
# #
# DESCRIPTION: This script check some necessary requirements before it # USAGE:
# - switch from auto to manual network configuration # $ [...]
# - config and start the "inetsim"-service (incl. iptables) # # bash remnux5_inetsim_script start
# - config and start a dhcp-service # # [...]
# - save all collected data before exit # # bash remnux5_inetsim_script stop
# (for more there is an german PDF!) # # [...]
# #
# REQUIREMENTS: remnux-5.0-live-cd.iso (from https://remnux.org/) # OPTIONS:
# BUGS: --- # none (use configuration!)
# NOTES: ---
# AUTHOR: Patrick Neumann, patrick@neumannsland.de
# COMPANY: (privately)
# #
# VERSION: 0.6 (beta) # DESCRIPTION:
# CREATED: 29.05.2015 # This script check some necessary requirements before it
# - switch from auto to manual network configuration
# - config and start the "inetsim"-service (incl. iptables)
# - config and start a dhcp-service
# - save all collected data before exit
# (for more there is an german PDF!)
# #
# COPYRIGHT: --- # REQUIREMENTS:
# LICENSE: --- # remnux-5.0-live-cd.iso (from https://remnux.org/)
# #
# HISTORY: 0.6 - Patrick Neumann - Initial (public) release # BUGS:
# ---
#
# NOTES:
# Does run on REMnux >= 4.
# Does NOT run on REMnux <= 3.
#
# AUTHOR:
# Patrick Neumann, patrick@neumannsland.de
#
# COMPANY:
# (privately)
#
# VERSION:
# 0.6 (beta)
#
# CREATED:
# 29.05.2015
#
# COPYRIGHT (C):
# 2015 - Patrick Neumann
#
# LICENSE:
# This program 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.
#
# WARRANTY:
# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
#
# HISTORY:
# 0.6 - Patrick Neumann - Initial (public) release
#=============================================================================== #===============================================================================
#=== CONFIGURATION ============================================================= #=== CONFIGURATION =============================================================