forked from extern/shorewall_code
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:
parent
6be3da91ed
commit
012fe36313
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user