summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/patches/samba.patch
diff options
context:
space:
mode:
authorEloy Paris <peloy@samba.org>2003-09-08 15:27:50 +0000
committerEloy Paris <peloy@samba.org>2003-09-08 15:27:50 +0000
commit69ff20d4b0c4a27391c47c740b4b0698b6495a0a (patch)
tree782cca6a7a49748ca58cdad6ddb2012fe65574aa /packaging/Debian/debian/patches/samba.patch
parente56192d0cff52a6976d75e5c2b8c25f89f5879c6 (diff)
downloadsamba-69ff20d4b0c4a27391c47c740b4b0698b6495a0a.tar.gz
samba-69ff20d4b0c4a27391c47c740b4b0698b6495a0a.tar.bz2
samba-69ff20d4b0c4a27391c47c740b4b0698b6495a0a.zip
Ok, this should put packaging/Debian/ in sync. with rc3.
(This used to be commit b5fd2e75ba9bdd3e9225ccf9b86d0f3345073b79)
Diffstat (limited to 'packaging/Debian/debian/patches/samba.patch')
-rw-r--r--packaging/Debian/debian/patches/samba.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/Debian/debian/patches/samba.patch b/packaging/Debian/debian/patches/samba.patch
index a84e6f726d..2ea25bb328 100644
--- a/packaging/Debian/debian/patches/samba.patch
+++ b/packaging/Debian/debian/patches/samba.patch
@@ -49,7 +49,7 @@ diff -uNr samba-3.0.0beta1.orig/source/script/installbin.sh samba-3.0.0beta1/sou
diff -uNr samba-3.0.0beta1.orig/source/smbd/service.c samba-3.0.0beta1/source/smbd/service.c
--- samba-3.0.0beta1.orig/source/smbd/service.c 2003-06-07 12:57:39.000000000 -0500
+++ samba-3.0.0beta1/source/smbd/service.c 2003-06-30 20:12:57.000000000 -0500
-@@ -881,6 +881,9 @@
+@@ -885,6 +885,9 @@
file_close_conn(conn);
dptr_closecnum(conn);
@@ -59,7 +59,7 @@ diff -uNr samba-3.0.0beta1.orig/source/smbd/service.c samba-3.0.0beta1/source/sm
/* execute any "postexec = " line */
if (*lp_postexec(SNUM(conn)) &&
change_to_user(conn, vuid)) {
-@@ -900,8 +903,5 @@
+@@ -904,8 +907,5 @@
smbrun(cmd,NULL);
}