diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 21:32:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 21:32:40 +0200 |
commit | 05ea5e23cf4e70de0bd658b1c5c0ead133967091 (patch) | |
tree | 35cd1854c0126556132e5d02c8cc84e216c48bb0 /source4/build/smb_build | |
parent | 236eb0694bda3d82198e51de11bd4bc045832f75 (diff) | |
download | samba-05ea5e23cf4e70de0bd658b1c5c0ead133967091.tar.gz samba-05ea5e23cf4e70de0bd658b1c5c0ead133967091.tar.bz2 samba-05ea5e23cf4e70de0bd658b1c5c0ead133967091.zip |
Revert "Rename smbd -> samba."
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36.
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/summary.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index f6c1c50550..4ea1ad525e 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -46,7 +46,7 @@ sub show($$) print "Summary:\n\n"; showitem($output, "SSL in SWAT and LDAP", ["GNUTLS"]); - showitem($output, "threads in server (see --with-pthread)", ["PTHREAD"]); + showitem($output, "threads in smbd (see --with-pthread)", ["PTHREAD"]); showitem($output, "intelligent command line editing", ["READLINE"]); showitem($output, "changing process titles (see --with-setproctitle)", ["SETPROCTITLE"]); showitem($output, "using extended attributes", ["XATTR"]); |