From 82af857f56d0dc7cde6b0d49fcfb3075f46c255e Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 3 Aug 2006 21:58:21 +0000 Subject: [PATCH] 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 --- tools/build/makeshorewall | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index be0464c34..28b3516e7 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -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)"