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