Julian Edwards has proposed merging lp:~julian-edwards/maas/bind-hacking into lp:maas.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~julian-edwards/maas/bind-hacking/+merge/116181 Explain in HACKING.txt how to disable the bind9 daemon if you don't need it running on a developer platform. -- https://code.launchpad.net/~julian-edwards/maas/bind-hacking/+merge/116181 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~julian-edwards/maas/bind-hacking into lp:maas.
=== modified file 'HACKING.txt' --- HACKING.txt 2012-07-17 03:41:17 +0000 +++ HACKING.txt 2012-07-23 02:06:17 +0000 @@ -63,6 +63,11 @@ .. _PyPI: http://pypi.python.org/ +After installing bind9, you will have an extra daemon running. If you are a +developer and don't intend to run BIND locally, you can disable the daemon +by inserting ``exit 1`` at the top of ``/etc/default/bind9``. The package +still needs to be installed for tests though. + First time using buildout? ==========================
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

