1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/packaging/Mandrake/samba-3.0-smbmount-sbin.patch
0001-01-01 00:00:00 +00:00

12 lines
393 B
Diff

--- samba-3.0alpha1/source/client/smbmount.c.orig Fri Nov 30 02:29:22 2001
+++ samba-3.0alpha1/source/client/smbmount.c Thu Dec 6 00:48:57 2001
@@ -468,7 +468,7 @@
if (sys_fork() == 0) {
char *smbmnt_path;
- asprintf(&smbmnt_path, "%s/smbmnt", dyn_BINDIR);
+ asprintf(&smbmnt_path, "%s/smbmnt", dyn_SBINDIR);
if (file_exist(smbmnt_path, NULL)) {
execv(smbmnt_path, args);