diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 03:16:15 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 03:16:15 +0200 |
commit | 6a689c23e83fef71a562a9009b92983d750f63cc (patch) | |
tree | 02742bc20addc080113b127b37b0701bddf3e159 /source4/build | |
parent | 765e5d2282959770ea9648e0f2b72e51e5b4cdd8 (diff) | |
download | samba-6a689c23e83fef71a562a9009b92983d750f63cc.tar.gz samba-6a689c23e83fef71a562a9009b92983d750f63cc.tar.bz2 samba-6a689c23e83fef71a562a9009b92983d750f63cc.zip |
Rename smbd -> samba.
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091.
Conflicts:
source4/smbd/server.c
Diffstat (limited to 'source4/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 4ea1ad525e..f6c1c50550 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 smbd (see --with-pthread)", ["PTHREAD"]); + showitem($output, "threads in server (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"]); |