From 306b12ad4943737f6810df9237ab93b64c931fbd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 9 Mar 2006 19:55:04 +0000 Subject: r14094: Use saner module directory names, fix loading of server service modules. (This used to be commit b6ffad3860ba2cf9d8f3423d65be91dcfc962ca2) --- source4/ntptr/config.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/ntptr/config.mk') diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk index b2300c22b2..c4bccd7a68 100644 --- a/source4/ntptr/config.mk +++ b/source4/ntptr/config.mk @@ -1,10 +1,10 @@ -# NTPTR Server subsystem +# ntptr server subsystem ################################################ # Start MODULE ntptr_simple_ldb [MODULE::ntptr_simple_ldb] INIT_FUNCTION = ntptr_simple_ldb_init -SUBSYSTEM = NTPTR +SUBSYSTEM = ntptr OBJ_FILES = \ simple_ldb/ntptr_simple_ldb.o REQUIRED_SUBSYSTEMS = \ @@ -13,12 +13,12 @@ REQUIRED_SUBSYSTEMS = \ ################################################ ################################################ -# Start SUBSYSTEM NTPTR -[SUBSYSTEM::NTPTR] +# Start SUBSYSTEM ntptr +[SUBSYSTEM::ntptr] PRIVATE_PROTO_HEADER = ntptr_proto.h OBJ_FILES = \ ntptr_base.o \ ntptr_interface.o # -# End SUBSYSTEM NTPTR +# End SUBSYSTEM ntptr ################################################ -- cgit