netfilter-2.6/aux: diff_ipt.sh diff_pom.sh
pluto
cvs at pld-linux.org
Wed Jun 22 13:05:57 CEST 2005
Author: pluto
Date: Wed Jun 22 13:05:55 2005
New Revision: 6160
Modified:
netfilter-2.6/aux/diff_ipt.sh
netfilter-2.6/aux/diff_pom.sh
Log:
- exit by default.
Modified: netfilter-2.6/aux/diff_ipt.sh
==============================================================================
--- netfilter-2.6/aux/diff_ipt.sh (original)
+++ netfilter-2.6/aux/diff_ipt.sh Wed Jun 22 13:05:55 2005
@@ -19,10 +19,13 @@
a=branches/vanilla-1.3.1
b=branches/patched-1.3.1-2.6.11.x
;;
- *)
+ trunk)
a=branches/vanilla-1.3.1
b=trunk
;;
+ *)
+ echo "syntax: diff_ipt.sh <2.6.11.x|trunk>"
+ exit 1
esac
echo "[a] $a"
Modified: netfilter-2.6/aux/diff_pom.sh
==============================================================================
--- netfilter-2.6/aux/diff_pom.sh (original)
+++ netfilter-2.6/aux/diff_pom.sh Wed Jun 22 13:05:55 2005
@@ -19,10 +19,13 @@
a=branches/vanilla-2.6.11.x
b=branches/patched-2.6.11.x
;;
- *)
+ trunk)
a=branches/vanilla-2.6.12.x
b=trunk
;;
+ *)
+ echo "syntax: diff_pom.sh <2.6.11.x|trunk>"
+ exit 1
esac
echo "[a] $a"
More information about the pld-cvs-commit
mailing list