Add list of files to exclude from shorewall-lite diff

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5117 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-12-12 21:51:29 +00:00
parent 837f977d6d
commit 715910dce0
2 changed files with 3 additions and 1 deletions

2
tools/build/exclude.txt Normal file
View File

@ -0,0 +1,2 @@
releasenotes.txt
changelog.txt

View File

@ -613,7 +613,7 @@ if [ -n "$OLDVERSION" ]; then
diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION || true
if [ -n "$HASLITE" ]; then
diff -Naur shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true
diff -Naur -X $(dirname $0)/exclude.txt shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true
fi
fi