From: John Terpstra Date: Thu, 17 Nov 2005 17:59:42 +0000 (+0000) Subject: Fix paths. Bug#2743. X-Git-Tag: samba-3.3.0pre1~1847 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86a5e34cd9e1deb21c816beb5df8d407e7a29b6c;p=thirdparty%2Fsamba.git Fix paths. Bug#2743. --- 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