diff options
author | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-29 00:07:32 -0500 |
---|---|---|
committer | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-29 00:07:32 -0500 |
commit | 504f709b6f114419a265158c6f007f5ebd8e499f (patch) | |
tree | a1590a8e70ffef9cfc173917d66790e04f9bb276 /howto.txt | |
parent | e96592fedfcac0de76c9398fec52d93cc09cf20a (diff) | |
download | samba-504f709b6f114419a265158c6f007f5ebd8e499f.tar.gz samba-504f709b6f114419a265158c6f007f5ebd8e499f.tar.xz samba-504f709b6f114419a265158c6f007f5ebd8e499f.zip |
howto: Simplify the commands needed and remove reference to removed script.
(This used to be commit 6e25d77be21b90c3b24cca55b08bdc39b256c381)
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/howto.txt b/howto.txt index 7b685372e66..d128baa5bd4 100644 --- a/howto.txt +++ b/howto.txt @@ -57,10 +57,7 @@ Run this:: $ cd samba4/source $ ./configure - $ make proto all - -If you have gcc 3.4 or newer, then substitute "pch" for "proto" to -greatly speed up the compile process (about 5x faster). + $ make Step 3: install Samba4 ---------------------- @@ -127,14 +124,10 @@ in your $PATH. Make sure you run the right version! Step 7: testing Samba4 ---------------------- -try these commands:: +try this command:: $ smbclient //localhost/test -Uadministrator%SOMEPASSWORD -or:: - - $ ./script/tests/test_posix.sh //localhost/test administrator SOMEPASSWORD - NOTE about filesystem support ----------------------------- |