]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/samba/samba-3.2.0pre1-pipedir.patch
Merge remote-tracking branch 'origin/master' into next
[ipfire-2.x.git] / src / patches / samba / samba-3.2.0pre1-pipedir.patch
1 Index: samba-3.6.6/nsswitch/winbind_struct_protocol.h
2 ===================================================================
3 --- samba-3.6.6.orig/nsswitch/winbind_struct_protocol.h
4 +++ samba-3.6.6/nsswitch/winbind_struct_protocol.h
5 @@ -29,7 +29,7 @@ typedef char fstring[FSTRING_LEN];
6 * is needed for launchd support -- jpeach.
7 */
8 #ifndef WINBINDD_SOCKET_DIR
9 -#define WINBINDD_SOCKET_DIR "/tmp/.winbindd" /* Name of PF_UNIX dir */
10 +#define WINBINDD_SOCKET_DIR "/var/run/winbindd" /* Name of PF_UNIX dir */
11 #endif
12
13 /*