Initial import into v3 branch

This commit is contained in:
Vadim Kurland
2007-12-25 22:25:59 +00:00
commit fcfedad398
852 changed files with 319104 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/sh
N=$1
if which opendiff > /dev/null 2>&1; then
TOOL="opendiff"
elif which tkdiff > /dev/null 2>&1; then
TOOL="tkdiff -b -B "
else
TOOL="diff -b -B "
fi
${TOOL} firewall${N}.fw.orig firewall${N}.fw