dynamicdns: Send domain added signal properly during init

Due a missing dependency on 'names' app, 'dynamicdns' app could be initialized
before 'names' app. This will lead to domain_added signal by dynamicdns being
ignored. Dynamic DNS domain name will not be make it into the list of global
domains.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Sunil Mohan Adapa 2019-07-02 15:32:40 -07:00 committed by Joseph Nuthalapati
parent 4ea2fa499c
commit a126414a42
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -34,6 +34,8 @@ version = 1
is_essential = True
depends = ['names']
managed_packages = ['ez-ipupdate']
name = _('Dynamic DNS Client')