r6371: fix botched merge of conflicte file
[Samba.git] / packaging / Mandrake / samba-3.0-smbmount-sbin.patch
blob586fb3cff9c712dff2d5dc43018078f089900df0
1 --- samba-3.0alpha1/source/client/smbmount.c.orig Fri Nov 30 02:29:22 2001
2 +++ samba-3.0alpha1/source/client/smbmount.c Thu Dec 6 00:48:57 2001
3 @@ -468,7 +468,7 @@
4 if (sys_fork() == 0) {
5 char *smbmnt_path;
7 - asprintf(&smbmnt_path, "%s/smbmnt", dyn_BINDIR);
8 + asprintf(&smbmnt_path, "%s/smbmnt", dyn_SBINDIR);
10 if (file_exist(smbmnt_path, NULL)) {
11 execv(smbmnt_path, args);