summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-21 21:32:40 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-21 21:32:40 +0200
commit05ea5e23cf4e70de0bd658b1c5c0ead133967091 (patch)
tree35cd1854c0126556132e5d02c8cc84e216c48bb0 /source4/smbd
parent236eb0694bda3d82198e51de11bd4bc045832f75 (diff)
downloadsamba-05ea5e23cf4e70de0bd658b1c5c0ead133967091.tar.gz
samba-05ea5e23cf4e70de0bd658b1c5c0ead133967091.tar.bz2
samba-05ea5e23cf4e70de0bd658b1c5c0ead133967091.zip
Revert "Rename smbd -> samba."
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36.
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/config.mk10
-rw-r--r--source4/smbd/server.c2
-rw-r--r--source4/smbd/smbd.8.xml (renamed from source4/smbd/samba.8.xml)19
3 files changed, 17 insertions, 14 deletions
diff --git a/source4/smbd/config.mk b/source4/smbd/config.mk
index b5babd4d69..e60f444456 100644
--- a/source4/smbd/config.mk
+++ b/source4/smbd/config.mk
@@ -17,7 +17,9 @@ PIDFILE_OBJ_FILES = $(smbdsrcdir)/pidfile.o
$(eval $(call proto_header_template,$(smbdsrcdir)/pidfile.h,$(PIDFILE_OBJ_FILES:.o=.c)))
-[BINARY::samba]
+#################################
+# Start BINARY smbd
+[BINARY::smbd]
INSTALLDIR = SBINDIR
PRIVATE_DEPENDENCIES = \
process_model \
@@ -34,6 +36,8 @@ PRIVATE_DEPENDENCIES = \
share \
CLUSTER
-samba_OBJ_FILES = $(smbdsrcdir)/server.o
+smbd_OBJ_FILES = $(smbdsrcdir)/server.o
-MANPAGES += $(smbdsrcdir)/samba.8
+MANPAGES += $(smbdsrcdir)/smbd.8
+# End BINARY smbd
+#################################
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index c6332e4834..5bd5568913 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -199,7 +199,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
extern NTSTATUS server_service_drepl_init(void);
extern NTSTATUS server_service_rpc_init(void);
extern NTSTATUS server_service_ntp_signd_init(void);
- init_module_fn static_init[] = { STATIC_samba_MODULES };
+ init_module_fn static_init[] = { STATIC_smbd_MODULES };
init_module_fn *shared_init;
struct event_context *event_ctx;
uint16_t stdin_event_flags;
diff --git a/source4/smbd/samba.8.xml b/source4/smbd/smbd.8.xml
index e1ec8cabd5..a02c2ce80a 100644
--- a/source4/smbd/samba.8.xml
+++ b/source4/smbd/smbd.8.xml
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="samba.8">
+<refentry id="smbd.8">
<refmeta>
- <refentrytitle>samba</refentrytitle>
+ <refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>samba</refname>
+ <refname>smbd</refname>
<refpurpose>server to provide filesharing- and directory services to clients</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
- <command>samba</command>
+ <command>smbd</command>
<arg choice="opt">-i</arg>
<arg choice="opt">-M model</arg>
</cmdsynopsis>
@@ -26,7 +26,7 @@
<para>This program is part of the <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para><command>samba</command> is the server daemon that
+ <para><command>smbd</command> is the server daemon that
provides filesharing and directory services to Windows clients.
The server provides filespace and directory services to
clients using the SMB (or CIFS) protocol and other
@@ -51,9 +51,8 @@
<manvolnum>5</manvolnum></citerefentry> manual page should be regarded as mandatory reading before
proceeding with installation.</para>
- <para>As of Samba 4, there is a single daemon that incorporates the
- functionality of both smbd and nmbd that are present in older versions
- of Samba.</para>
+ <para>As of Samba 4, smbd also incorporates all the functionality of
+ nmbd.</para>
</refsect1>
@@ -67,7 +66,7 @@
server to run "interactively", not as a daemon, even if the
server is executed on the command line of a shell. Setting this
parameter negates the implicit deamon mode when run from the
- command line. <command>samba</command> also logs to standard
+ command line. <command>smbd</command> also logs to standard
output, as if the <command>-S</command> parameter had been
given.
</para></listitem>
@@ -76,7 +75,7 @@
<varlistentry>
<term>-M model</term>
<listitem><para>This parameter can be used to specify the
- &quot;process model&quot; samba should use. This determines
+ &quot;process model&quot; smbd should use. This determines
how concurrent clients are handled. Available process
models include <emphasis>single</emphasis> (everything in
a single process), <emphasis>standard</emphasis> (similar