From: Joseph Sutton Date: Wed, 26 May 2021 01:38:22 +0000 (+1200) Subject: sambadns: Fix docstring for create_dns_dir() X-Git-Tag: tevent-0.11.0~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4d06e15e427a69193cc11c2819d2c769cb73de;p=thirdparty%2Fsamba.git sambadns: Fix docstring for create_dns_dir() Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/provision/sambadns.py b/python/samba/provision/sambadns.py index 4ddde36b4cb..2e969a91057 100644 --- a/python/samba/provision/sambadns.py +++ b/python/samba/provision/sambadns.py @@ -698,7 +698,7 @@ def secretsdb_setup_dns(secretsdb, names, private_dir, binddns_dir, realm, def create_dns_dir(logger, paths): - """Write out a DNS zone file, from the info in the current database. + """(Re)create the DNS directory and chown it to bind. :param logger: Logger object :param paths: paths object