diff options
author | cvs2svn Import User <samba-bugs@samba.org> | 2002-08-17 21:11:14 +0000 |
---|---|---|
committer | cvs2svn Import User <samba-bugs@samba.org> | 2002-08-17 21:11:14 +0000 |
commit | c14200a853e90dbcec1861f03b72daeb24aa3dcf (patch) | |
tree | ee80b3edd8341d0de2304ef01ad6b1e8f285d4be /source/python/mkpatch | |
parent | 227472286f479bddfac7ea958b779fc4459a9e1e (diff) | |
parent | 291551d80711daab7b7581720bcd9a08d6096517 (diff) | |
download | samba-3.0.0alpha19.tar.gz samba-3.0.0alpha19.tar.xz samba-3.0.0alpha19.zip |
This commit was manufactured by cvs2svn to create tagsamba-3.0.0alpha19
'release-3-0-alpha19'.
Diffstat (limited to 'source/python/mkpatch')
-rwxr-xr-x | source/python/mkpatch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/python/mkpatch b/source/python/mkpatch deleted file mode 100755 index ab5be1b6a2f..00000000000 --- a/source/python/mkpatch +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# Make samba-head.patch. Must be run from samba source directory. -# - -cvs -z3 diff -u Makefile.in configure.in > python/samba-head.patch |