| |
| |
| |
| |
| @@ -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-pthread.patch |
| + |
| +mv ntp-$VERSION-pthread.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 |
| |