summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1999-01-22 10:47:11 +0000
committerJohn Terpstra <jht@samba.org>1999-01-22 10:47:11 +0000
commit294cffbdf187d089274d458d2415d56ea8a99077 (patch)
treef8ade0818d24d82e9308c27f762662ce6ca5c8dc /source
parentaeca7e6c8da0b6959edeb34955e05a024eb10c2f (diff)
downloadsamba-294cffbdf187d089274d458d2415d56ea8a99077.tar.gz
Changed path from BINDIR to SBINDIR. This was breaking on Linux systems.
Diffstat (limited to 'source')
-rw-r--r--source/web/startstop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/web/startstop.c b/source/web/startstop.c
index 6a15e7a46f8..9eeac96cc0c 100644
--- a/source/web/startstop.c
+++ b/source/web/startstop.c
@@ -37,7 +37,7 @@ void start_smbd(void)
return;
}
- slprintf(binfile, sizeof(pstring) - 1, "%s/smbd", BINDIR);
+ slprintf(binfile, sizeof(pstring) - 1, "%s/smbd", SBINDIR);
become_daemon();
@@ -58,7 +58,7 @@ void start_nmbd(void)
return;
}
- slprintf(binfile, sizeof(pstring) - 1, "%s/nmbd", BINDIR);
+ slprintf(binfile, sizeof(pstring) - 1, "%s/nmbd", SBINDIR);
become_daemon();