Subversion Repositories ALCASAR

Rev

Rev 393 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 393 Rev 518
Line 1... Line 1...
1
#/bin/sh
1
#/bin/sh
2
# $Id: alcasar-havp.sh 393 2011-01-02 10:00:53Z franck $
2
# $Id: alcasar-havp.sh 518 2011-03-25 16:04:12Z stephane $
3
 
3
 
4
# alcasar-havp.sh
4
# alcasar-havp.sh
5
# by Rexy
5
# by Rexy
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
8
# Gestion Havp / Clamav 
8
# Gestion Havp / Clamav 
9
 
-
 
10
SED="/bin/sed -i"
9
SED="/bin/sed -i"
11
usage="Usage: alcasar-havp.sh {--on or -on} | {--off or -off} | {--update or -update}"
10
usage="Usage: alcasar-havp.sh {--on or -on} | {--off or -off} | {--update or -update}"
12
nb_args=$#
11
nb_args=$#
13
args=$1
12
args=$1
14
if [ $nb_args -eq 0 ]
13
if [ $nb_args -eq 0 ]