Only diff Lite on releases > 3.0

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4724 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-20 19:11:12 +00:00
parent 6be3da91ed
commit 012fe36313

View File

@ -570,7 +570,9 @@ 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
if [ -n "$HASLITE" ]; then
diff -Naur shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true
fi
fi
progress_message "Shorewall $VERSION Build complete - $(date)"