Created
November 14, 2013 19:42
-
-
Save irfan/7473054 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################################################### | |
| # A startup item has been generated that will aid in | |
| # starting bind9 with launchd. It is disabled | |
| # by default. Execute the following command to start it, | |
| # and to cause it to launch at startup: | |
| # | |
| # sudo port load bind9 | |
| ########################################################### | |
| ---> Installing bind9 @9.9.4-P1_0 | |
| ---> Activating bind9 @9.9.4-P1_0 | |
| ****************************************************** | |
| * To setup named to run, you need to copy named.conf.dist | |
| * to named.conf: | |
| * sudo cp /opt/local/etc/named.conf.dist /opt/local/etc/named.conf | |
| * and edit as needed. If you use the default zone files for | |
| * 127.0.0, localhost, and the cache, you also need to copy | |
| * those files: | |
| * sudo cp /opt/local/var/named/db.127.0.0.dist /opt/local/var/named/db.127.0.0 | |
| * sudo cp /opt/local/var/named/db.cache.dist /opt/local/var/named/db.cache | |
| * sudo cp /opt/local/var/named/db.localhost.dist /opt/local/var/named/db.localhost | |
| ****************************************************** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment