diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-17 20:10:03 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-18 07:13:46 +1100 |
commit | a319ba49e79fdc6ed37996d185aece5dbb5a905e (patch) | |
tree | 0687fab9faa881bcf377314cde022aef7300e1c7 | |
parent | d6351adca9c1eb6bc01ec5390abf8bc06b008de0 (diff) | |
download | samba-a319ba49e79fdc6ed37996d185aece5dbb5a905e.tar.gz samba-a319ba49e79fdc6ed37996d185aece5dbb5a905e.tar.bz2 samba-a319ba49e79fdc6ed37996d185aece5dbb5a905e.zip |
s4: fixed howto for new binary name
-rw-r--r-- | howto4.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/howto4.txt b/howto4.txt index 3ae225ddb8..3ae5af18f3 100644 --- a/howto4.txt +++ b/howto4.txt @@ -101,18 +101,18 @@ example:: Step 6: starting Samba4 ----------------------- -The simplest is to just run "smbd", but as a developer you may find +The simplest is to just run "samba", but as a developer you may find the following more useful:: - # smbd -i -M single + # samba -i -M single -that means "start smbd without messages in stdout, and running a -single process. That mode of operation makes debugging smbd with gdb +that means "start samba without messages in stdout, and running a +single process. That mode of operation makes debugging samba with gdb particularly easy. Note that now it is no longer necessary to have an instance of nmbd from Samba 3 running. If you are running any smbd or nmbd processes -they need to be stopped before starting smbd from Samba 4. +they need to be stopped before starting samba from Samba 4. Make sure you put the bin and sbin directories from your new install in your $PATH. Make sure you run the right version! |