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/ntp_signd | |
parent | 69577aa34b23ea2573bcea901586719f2fe14826 (diff) | |
download | samba-0e9008be35a5b334bd65e6417193d4b8f27bdc36.tar.gz samba-0e9008be35a5b334bd65e6417193d4b8f27bdc36.tar.bz2 samba-0e9008be35a5b334bd65e6417193d4b8f27bdc36.zip |
Rename smbd -> samba.
Diffstat (limited to 'source4/ntp_signd')
-rw-r--r-- | source4/ntp_signd/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntp_signd/config.mk b/source4/ntp_signd/config.mk index 96e0de5583..3b52a200ce 100644 --- a/source4/ntp_signd/config.mk +++ b/source4/ntp_signd/config.mk @@ -4,7 +4,7 @@ # Start SUBSYSTEM NTP_signd [MODULE::NTP_SIGND] INIT_FUNCTION = server_service_ntp_signd_init -SUBSYSTEM = smbd +SUBSYSTEM = samba PRIVATE_DEPENDENCIES = \ SAMDB NDR_NTP_SIGND # End SUBSYSTEM NTP_SIGND |