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-nf.sh 393 2011-01-02 10:00:53Z franck $
2
# $Id: alcasar-nf.sh 518 2011-03-25 16:04:12Z stephane $
3
 
3
 
4
# active ou desactive le filtrage réseau
4
# active ou desactive le filtrage réseau
5
# by rexy
5
# by rexy
6
 
-
 
7
SED="/bin/sed -i"
6
SED="/bin/sed -i"
8
FIC_SERVICES="/usr/local/etc/alcasar-services"
7
FIC_SERVICES="/usr/local/etc/alcasar-services"
9
FIC_EXCEPTIONS="/usr/local/etc/alcasar-filter-exceptions"
8
FIC_EXCEPTIONS="/usr/local/etc/alcasar-filter-exceptions"
10
 
9
 
11
usage="Usage: alcasar-nf.sh {--on or -on} | {--off | -off} "
10
usage="Usage: alcasar-nf.sh {--on or -on} | {--off | -off} "