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