diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-07-31 19:55:34 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-07-31 19:55:34 +0000 |
commit | 86b37a9c99511d7ae157e63b6e566c717b722a30 (patch) | |
tree | 056004976f1c05018fa6edc5f631d4a769bf0f36 /userspace/scripts/Make_userspace_diff | |
parent | d6a5d8b6636b49b4ae54385661b434d1277c6d86 (diff) |
*** empty log message ***
Diffstat (limited to 'userspace/scripts/Make_userspace_diff')
-rwxr-xr-x | userspace/scripts/Make_userspace_diff | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/userspace/scripts/Make_userspace_diff b/userspace/scripts/Make_userspace_diff index 9262465..d877954 100755 --- a/userspace/scripts/Make_userspace_diff +++ b/userspace/scripts/Make_userspace_diff @@ -1,9 +1,10 @@ #!/bin/bash # Used to make incremental diffs for ebtables userspace +# 31 July 2002, added mark match/target -export FROM=ebtables-v2.0pre6 -export TO=ebtables-v2.0pre7.001 -export FILE=ebtables-v2.0pre7.001.diff +export FROM=ebtables-v2.0pre10 +export TO=ebtables-v2.0-rc1.001 +export FILE=ebtables-v2.0-rc1.001.diff diff -urN $FROM/Makefile $TO/Makefile > $FILE diff -urN $FROM/ebtables.c $TO/ebtables.c >> $FILE @@ -18,6 +19,8 @@ diff -urN $FROM/extensions/ebt_log.c $TO/extensions/ebt_log.c >> $FILE diff -urN $FROM/extensions/ebt_standard.c $TO/extensions/ebt_standard.c >> $FILE diff -urN $FROM/extensions/ebtable_filter.c $TO/extensions/ebtable_filter.c >> $FILE diff -urN $FROM/extensions/ebtable_nat.c $TO/extensions/ebtable_nat.c >> $FILE +diff -urN $FROM/extensions/ebt_mark.c $TO/extensions/ebt_mark.c >> $FILE +diff -urN $FROM/extensions/ebt_mark_m.c $TO/extensions/ebt_mark_m.c >> $FILE diff -urN $FROM/extensions/Makefile $TO/extensions/Makefile >> $FILE diff -urN $FROM/COPYING $TO/COPYING >> $FILE diff -urN $FROM/THANKS $TO/THANKS >> $FILE |