updated ident

This commit is contained in:
Costa Tsaousis (ktsaou) 2013-10-05 04:18:01 +03:00
parent e2688ff681
commit 77c4a8a45e

@ -10,7 +10,7 @@
#
# config: /etc/firehol/firehol.conf
#
# $Id: firehol.sh,v 1.296 2013/01/06 23:49:08 ktsaou Exp $
# $Id$
#
# Make sure only root can run us.
@ -264,7 +264,7 @@ firehol_concurrent_run_lock() {
# Find our minor version
firehol_minor_version() {
${CAT_CMD} <<"EOF" | ${CUT_CMD} -d ' ' -f 3 | ${CUT_CMD} -d '.' -f 2
$Id: firehol.sh,v 1.296 2013/01/06 23:49:08 ktsaou Exp $
$Id$
EOF
}
@ -5994,7 +5994,7 @@ case "${arg}" in
esac
else
${CAT_CMD} <<EOF
$Id: firehol.sh,v 1.296 2013/01/06 23:49:08 ktsaou Exp $
$Id$
(C) Copyright 2002-2007, Costa Tsaousis <costa@tsaousis.gr>
FireHOL is distributed under GPL.
@ -6183,7 +6183,7 @@ then
${CAT_CMD} <<EOF
$Id: firehol.sh,v 1.296 2013/01/06 23:49:08 ktsaou Exp $
$Id$
(C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr>
FireHOL is distributed under GPL.
Home Page: http://firehol.sourceforge.net
@ -6488,7 +6488,7 @@ then
"${CAT_CMD}" >&2 <<EOF
$Id: firehol.sh,v 1.296 2013/01/06 23:49:08 ktsaou Exp $
$Id$
(C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr>
FireHOL is distributed under GPL.
Home Page: http://firehol.sourceforge.net
@ -6566,7 +6566,7 @@ EOF
${CAT_CMD} <<EOF
#!${FIREHOL_FILE}
# $Id: firehol.sh,v 1.296 2013/01/06 23:49:08 ktsaou Exp $
# $Id$
#
# This config will have the same effect as NO PROTECTION!
# Everything that found to be running, is allowed.