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