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