summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-14 17:09:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-14 17:14:05 +0000
commitbee3b665a882b03ae6c65de6b9440e1b00994080 (patch)
tree86df88c223237f09dda74dc2ad9657483b6481cc /source4
parent6d1d146e8987f515f97b1fa1ef6f726f2c60a884 (diff)
downloadsamba-bee3b665a882b03ae6c65de6b9440e1b00994080.tar.gz
Build wrepl server as service by default.
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/wscript_build2
-rw-r--r--source4/kdc/wscript_build2
-rw-r--r--source4/wrepl_server/wscript_build3
3 files changed, 4 insertions, 3 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index 199555bf311..5d71f818562 100644
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -44,7 +44,7 @@ bld.SAMBA_MODULE('KCC_SRV',
)
-bld.SAMBA_MODULE('dns_update_srv',
+bld.SAMBA_MODULE('service_dns_update',
source='dns/dns_update.c',
subsystem='service',
init_function='server_service_dnsupdate_init',
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build
index 902868331d5..9e2c50e3fda 100644
--- a/source4/kdc/wscript_build
+++ b/source4/kdc/wscript_build
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-bld.SAMBA_MODULE('KDC',
+bld.SAMBA_MODULE('service_kdc',
source='kdc.c kpasswdd.c proxy.c',
subsystem='service',
init_function='server_service_kdc_init',
diff --git a/source4/wrepl_server/wscript_build b/source4/wrepl_server/wscript_build
index 55e0b553a08..79b1a8cab1a 100644
--- a/source4/wrepl_server/wscript_build
+++ b/source4/wrepl_server/wscript_build
@@ -1,10 +1,11 @@
#!/usr/bin/env python
-bld.SAMBA_MODULE('WREPL_SRV',
+bld.SAMBA_MODULE('service_wrepl',
source='wrepl_server.c wrepl_in_connection.c wrepl_in_call.c wrepl_apply_records.c wrepl_periodic.c wrepl_scavenging.c wrepl_out_pull.c wrepl_out_push.c wrepl_out_helpers.c',
autoproto='wrepl_server_proto.h',
subsystem='service',
init_function='server_service_wrepl_init',
+ internal_module=False,
deps='LIBCLI_WREPL WINSDB process_model RPC_NDR_IRPC'
)