~lutostag/ubuntu/trusty/maas/1.5.4

« back to all changes in this revision

Viewing changes to services/dns/run

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-02-15 12:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20140215120823-u7dkitfy0h8tbruh
Tags: upstream-1.5+bzr1948
ImportĀ upstreamĀ versionĀ 1.5+bzr1948

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
# Create MAAS' DNS config: do not overwrite an existing config file
28
28
# as the writing of the full configuration might have happened already.
29
 
bin/maas set_up_dns --no-clobber
 
29
bin/maas-region-admin set_up_dns --no-clobber
30
30
 
31
31
# Edit the fixture's named.conf to include MAAS' DNS config.
32
 
bin/maas get_named_conf --edit --config_path "${homedir}/named.conf"
 
32
bin/maas-region-admin get_named_conf \
 
33
    --edit --config_path "${homedir}/named.conf"
33
34
 
34
35
# Run named.
35
36
exec $(command -v authbind && echo --deep) \