summaryrefslogtreecommitdiffstats
path: root/source4/wrepl_server
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 19:04:55 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 19:04:55 +0100
commit928fd47c3db85ccb1db30875df4f4d7af5a6d847 (patch)
tree86a8263abf669f1fb11f4540faf5d2f5e99333e3 /source4/wrepl_server
parent91f245ab5b39d377366934cdc1b57ebd89f3d33d (diff)
downloadsamba-928fd47c3db85ccb1db30875df4f4d7af5a6d847.tar.gz
samba-928fd47c3db85ccb1db30875df4f4d7af5a6d847.tar.xz
samba-928fd47c3db85ccb1db30875df4f4d7af5a6d847.zip
s4: Fix subsystem for various services in samba daemon.
Diffstat (limited to 'source4/wrepl_server')
-rw-r--r--source4/wrepl_server/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wrepl_server/config.mk b/source4/wrepl_server/config.mk
index c7b5c3e1df1..b8696868db8 100644
--- a/source4/wrepl_server/config.mk
+++ b/source4/wrepl_server/config.mk
@@ -4,7 +4,7 @@
# Start SUBSYSTEM WREPL_SRV
[MODULE::WREPL_SRV]
INIT_FUNCTION = server_service_wrepl_init
-SUBSYSTEM = samba
+SUBSYSTEM = service
PRIVATE_DEPENDENCIES = \
LIBCLI_WREPL WINSDB process_model
# End SUBSYSTEM WREPL_SRV