diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-04-26 20:08:04 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-05-03 13:41:24 +0200 |
commit | 7ed9ebab83f1883d09bee742d81e8d2308da1bfe (patch) | |
tree | 9f442e12b0f9d15989d0942b35f9844c7fdfd057 /source4/setup | |
parent | 86b1dd845a595bd6f3a70176a155ee0187584a5e (diff) | |
download | samba-7ed9ebab83f1883d09bee742d81e8d2308da1bfe.tar.gz samba-7ed9ebab83f1883d09bee742d81e8d2308da1bfe.tar.bz2 samba-7ed9ebab83f1883d09bee742d81e8d2308da1bfe.zip |
provision: remove reference to no longer existing template files.
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/wscript_build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build index 35586828fc..2513f28af7 100644 --- a/source4/setup/wscript_build +++ b/source4/setup/wscript_build @@ -13,7 +13,6 @@ bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list') bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list') for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt - named.conf named.conf.update named.conf.dlz provision.smb.conf.dc - provision.smb.conf.member provision.smb.conf.standalone'''.split(): + named.conf named.conf.update named.conf.dlz'''.split(): bld.INSTALL_WILDCARD('${SETUPDIR}', p) |