From c5c6084cba19fb95cfae8c89bfc78bf8e161229a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Jun 2004 15:27:37 +0000 Subject: Winbind is installed in sbin/winbindd, not bin/winbindd... (bug #1101) (This used to be commit 226b1d79c5d18f6fdbe68c8b73c7bb8e8c2f636b) --- docs/howto/Winbind.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/howto/Winbind.xml b/docs/howto/Winbind.xml index e5c039e9a1..2f3018f894 100644 --- a/docs/howto/Winbind.xml +++ b/docs/howto/Winbind.xml @@ -637,7 +637,7 @@ command as root: -&rootprompt;/usr/local/samba/bin/winbindd +&rootprompt;/usr/local/samba/sbin/winbindd @@ -656,7 +656,7 @@ You can enable dual daemon mode by adding to the command-lin -&rootprompt;/usr/local/samba/bin/winbindd -B +&rootprompt;/usr/local/samba/sbin/winbindd -B @@ -774,7 +774,7 @@ start() { echo KIND="Winbind" echo -n $"Starting $KIND services: " - daemon /usr/local/samba/bin/winbindd + daemon /usr/local/samba/sbin/winbindd RETVAL3=$? echo [ $RETVAL -eq 0 -a $RETVAL2 -eq 0 -a $RETVAL3 -eq 0 ] && \ @@ -786,13 +786,13 @@ start() { If you would like to run winbindd in dual daemon mode, replace the line : - daemon /usr/local/samba/bin/winbindd + daemon /usr/local/samba/sbin/winbindd in the example above with: - daemon /usr/local/samba/bin/winbindd -B + daemon /usr/local/samba/sbin/winbindd -B . @@ -874,7 +874,7 @@ usually only starts smbd and nmbd but should now start winbindd, too. If you hav /usr/local/samba/var/log -s /usr/local/samba/smb.conf echo Starting Winbind Daemon - /usr/local/samba/bin/winbindd + /usr/local/samba/sbin/winbindd ;; 'stop') @@ -892,11 +892,11 @@ usually only starts smbd and nmbd but should now start winbindd, too. If you hav Again, if you would like to run Samba in dual daemon mode, replace: - /usr/local/samba/bin/winbindd + /usr/local/samba/sbin/winbindd in the script above with: - /usr/local/samba/bin/winbindd -B + /usr/local/samba/sbin/winbindd -B -- cgit