summaryrefslogtreecommitdiff
path: root/source3/web/startstop.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-11-20 00:15:26 +0000
committerHerb Lewis <herb@samba.org>1998-11-20 00:15:26 +0000
commita44db4a3284e8eb6065bfedb7f3bf3188e282095 (patch)
tree28c17b3a6d13c43e9c5cbca225e7712fdd7ecca4 /source3/web/startstop.c
parentd5015ef708d4718ebe5b3e4fad5712ecfbfcf04e (diff)
downloadsamba-a44db4a3284e8eb6065bfedb7f3bf3188e282095.tar.gz
samba-a44db4a3284e8eb6065bfedb7f3bf3188e282095.tar.bz2
samba-a44db4a3284e8eb6065bfedb7f3bf3188e282095.zip
wrong directory path for smbd and nmbd
(This used to be commit a33b4f623f196ca7e8056454b9212fe0ffa389c2)
Diffstat (limited to 'source3/web/startstop.c')
-rw-r--r--source3/web/startstop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/web/startstop.c b/source3/web/startstop.c
index 9eeac96cc0..6a15e7a46f 100644
--- a/source3/web/startstop.c
+++ b/source3/web/startstop.c
@@ -37,7 +37,7 @@ void start_smbd(void)
return;
}
- slprintf(binfile, sizeof(pstring) - 1, "%s/smbd", SBINDIR);
+ slprintf(binfile, sizeof(pstring) - 1, "%s/smbd", BINDIR);
become_daemon();
@@ -58,7 +58,7 @@ void start_nmbd(void)
return;
}
- slprintf(binfile, sizeof(pstring) - 1, "%s/nmbd", SBINDIR);
+ slprintf(binfile, sizeof(pstring) - 1, "%s/nmbd", BINDIR);
become_daemon();