summaryrefslogtreecommitdiff
path: root/source3/python/samba-head.patch
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-13 07:29:38 +0000
committerTim Potter <tpot@samba.org>2002-05-13 07:29:38 +0000
commitb2606aaa80a6bb8b2ffe7d268a287a943198e375 (patch)
tree0868b7987bab6114eadc6a94138300f422d646ea /source3/python/samba-head.patch
parent27c0ce7d1178d7f00a97558c8634de884a6afd68 (diff)
downloadsamba-b2606aaa80a6bb8b2ffe7d268a287a943198e375.tar.gz
samba-b2606aaa80a6bb8b2ffe7d268a287a943198e375.tar.bz2
samba-b2606aaa80a6bb8b2ffe7d268a287a943198e375.zip
Updated patch.
(This used to be commit 0851f473b7705a3d95dc2727cd7986295d2733ff)
Diffstat (limited to 'source3/python/samba-head.patch')
-rw-r--r--source3/python/samba-head.patch27
1 files changed, 14 insertions, 13 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch
index 59d2a25ae4..0894533487 100644
--- a/source3/python/samba-head.patch
+++ b/source3/python/samba-head.patch
@@ -1,11 +1,11 @@
Index: Makefile.in
===================================================================
RCS file: /data/cvs/samba/source/Makefile.in,v
-retrieving revision 1.473
-diff -u -r1.473 Makefile.in
---- Makefile.in 2002/04/30 05:44:25 1.473
-+++ Makefile.in 2002/05/07 07:02:43
-@@ -788,6 +788,44 @@
+retrieving revision 1.475
+diff -u -r1.475 Makefile.in
+--- Makefile.in 2002/05/09 04:44:00 1.475
++++ Makefile.in 2002/05/13 07:26:04
+@@ -792,6 +792,45 @@
-$(INSTALLCMD) -d ${prefix}/include
-$(INSTALLCMD) include/libsmbclient.h ${prefix}/include
@@ -19,7 +19,8 @@ diff -u -r1.473 Makefile.in
+ python/py_spoolss_forms.o python/py_spoolss_forms_conv.o \
+ python/py_spoolss_ports.o python/py_spoolss_ports_conv.o \
+ python/py_spoolss_drivers.o python/py_spoolss_drivers_conv.o \
-+ python/py_spoolss_jobs.o python/py_spoolss_jobs_conv.o
++ python/py_spoolss_jobs.o python/py_spoolss_jobs_conv.o \
++ python/py_spoolss_printerdata.o
+
+PY_LSA_PROTO_OBJ = python/py_lsa.o
+
@@ -53,16 +54,16 @@ diff -u -r1.473 Makefile.in
Index: configure.in
===================================================================
RCS file: /data/cvs/samba/source/configure.in,v
-retrieving revision 1.302
-diff -u -r1.302 configure.in
---- configure.in 2002/04/24 11:42:46 1.302
-+++ configure.in 2002/05/07 07:02:44
-@@ -2720,7 +2720,7 @@
+retrieving revision 1.307
+diff -u -r1.307 configure.in
+--- configure.in 2002/05/11 00:36:33 1.307
++++ configure.in 2002/05/13 07:26:06
+@@ -2892,7 +2892,7 @@
builddir=`pwd`
AC_SUBST(builddir)
--AC_OUTPUT(include/stamp-h Makefile)
-+AC_OUTPUT(include/stamp-h Makefile python/setup.py)
+-AC_OUTPUT(include/stamp-h Makefile script/findsmb)
++AC_OUTPUT(include/stamp-h Makefile script/findsmb python/setup.py)
#################################################
# Print very concise instructions on building/use