Index: create.patch.sh
===================================================================
--- create.patch.sh (nonexistent)
+++ create.patch.sh (revision 5)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+VERSION=1.0pre4
+
+tar --files-from=file.list -xzvf ../iftop-$VERSION.tar.gz
+mv iftop-$VERSION iftop-$VERSION-orig
+
+cp -rf ./iftop-$VERSION-new ./iftop-$VERSION
+
+diff --unified -Nr iftop-$VERSION-orig iftop-$VERSION > iftop-$VERSION-extern.patch
+
+mv iftop-$VERSION-extern.patch ../patches
+
+rm -rf ./iftop-$VERSION
+rm -rf ./iftop-$VERSION-orig
Property changes on: create.patch.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property