diff options
author | Eloy Paris <peloy@samba.org> | 2003-09-24 02:39:04 +0000 |
---|---|---|
committer | Eloy Paris <peloy@samba.org> | 2003-09-24 02:39:04 +0000 |
commit | a6474e63483bdb3e3fb7b3ee79914553ee0bdac6 (patch) | |
tree | 756debe938ffcfee8a771ca8c8f77e79577e30c2 /packaging/Debian/debian/patches/samba.patch | |
parent | 017b6e2425f378650de30dff23d0b64b78289848 (diff) | |
download | samba-a6474e63483bdb3e3fb7b3ee79914553ee0bdac6.tar.gz samba-a6474e63483bdb3e3fb7b3ee79914553ee0bdac6.tar.bz2 samba-a6474e63483bdb3e3fb7b3ee79914553ee0bdac6.zip |
Debian updates in preparation for Samba 3.0.0.
(This used to be commit 5db862733447dc8727c9a707325ab7dbcfd60889)
Diffstat (limited to 'packaging/Debian/debian/patches/samba.patch')
-rw-r--r-- | packaging/Debian/debian/patches/samba.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/Debian/debian/patches/samba.patch b/packaging/Debian/debian/patches/samba.patch index 2ea25bb328..8707ec517b 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 -@@ -885,6 +885,9 @@ +@@ -887,6 +887,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)) { -@@ -904,8 +907,5 @@ +@@ -906,8 +909,5 @@ smbrun(cmd,NULL); } |