Add Shorewall-lite changes to patch generated by 'makeshorewall'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4296 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-03 21:58:21 +00:00
parent e1338fc731
commit 82af857f56

View File

@ -547,6 +547,7 @@ if [ -n "$OLDVERSION" ]; then
progress_message "Creating patch-$VERSION ..."
diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION || true
diff -Naur shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true
fi
progress_message "Shorewall $VERSION Build complete - $(date)"