5d170b38c59590c2257f52840482d76cbab55c16
[ipfw.git] / configuration / change_rules_linux.sh
1 #!/bin/sh
2 #
3 # marta
4 # linux wrapper for the FreeBSD change rules program
5 # This file load the linux configuration and calls the
6 # original change rules program
7
8 if [ -r ./ipfw.conf ]; then
9         . ./ipfw.conf
10 fi
11
12 . ./change_rules.sh