From c98b55170ffdbc1b909829b746c8bb5d88ee0d11 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Thu, 17 Nov 2005 17:59:42 +0000 Subject: [PATCH] Fix paths. Bug#2743. (This used to be commit 86a5e34cd9e1deb21c816beb5df8d407e7a29b6c) --- docs/Samba3-HOWTO/TOSHARG-Compiling.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs/Samba3-HOWTO/TOSHARG-Compiling.xml index d9f5328017f..53256f52a45 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Compiling.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Compiling.xml @@ -428,8 +428,8 @@ gpg: BAD signature from Samba Distribution Verification Key Next, edit your /etc/inetd.conf and add two lines like this: -netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd -netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd +netbios-ssn stream tcp nowait root /usr/local/samba/sbin/smbd smbd +netbios-ns dgram udp wait root /usr/local/samba/sbin/nmbd nmbd @@ -492,9 +492,9 @@ netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd #!/bin/sh -/usr/local/samba/bin/smbd -D -/usr/local/samba/bin/winbindd -B -/usr/local/samba/bin/nmbd -D +/usr/local/samba/sbin/smbd -D +/usr/local/samba/sbin/winbindd -B +/usr/local/samba/sbin/nmbd -D -- 2.11.4.GIT