blob: c5c38cb6c18f524687623d82f1259e5c30af60a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ type: install
message: <<EOM
In order for cp2fwb to work, you need the following
files from your Checkpoint FW1 installation:
- Rulebase.W
- objects.C
You can then run the program like this:
cp2fwbuilder --objects=objects.C \
--rules=Rulebase.W \
--output_xml=Rulebase.xml
EOM
}
]
|