[firewall4] Changement de path vers le script de génération
This commit is contained in:
parent
2509592a87
commit
0ccdde8eb6
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@
|
||||||
# Description: Firewall for IPv4 interfaces.
|
# Description: Firewall for IPv4 interfaces.
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
exec /usr/bin/python /usr/scripts/gestion/gen_confs/firewall4.py $*
|
exec /usr/bin/python /usr/scripts/gestion/gen_confs/firewall4/firewall4.py $*
|
||||||
|
|
|
@ -13,4 +13,4 @@ header("Régénération du pare-feu")
|
||||||
|
|
||||||
min=random.randint(0,59)
|
min=random.randint(0,59)
|
||||||
print "# Regénération des règles MAC-IP du firewall"
|
print "# Regénération des règles MAC-IP du firewall"
|
||||||
print "%s 1 * * * root /usr/scripts/gestion/gen_confs/firewall4.py test_mac_ip > /dev/null" % min
|
print "%s 1 * * * root /usr/scripts/gestion/gen_confs/firewall4/firewall4.py test_mac_ip > /dev/null" % min
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue