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