diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 21:26:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 21:26:40 +0200 |
commit | 0e9008be35a5b334bd65e6417193d4b8f27bdc36 (patch) | |
tree | fef74e65fb2e8dd56f7f72c7742e8e36581ab009 /source4/build | |
parent | 69577aa34b23ea2573bcea901586719f2fe14826 (diff) | |
download | samba-0e9008be35a5b334bd65e6417193d4b8f27bdc36.tar.gz samba-0e9008be35a5b334bd65e6417193d4b8f27bdc36.tar.bz2 samba-0e9008be35a5b334bd65e6417193d4b8f27bdc36.zip |
Rename smbd -> samba.
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"]); |