diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 22:49:52 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 22:49:52 +0000 |
commit | 980e994574131c7686abadd0ab49f9c8e31dbb93 (patch) | |
tree | 570af8b009757587fac2367b45b3a023542f8e1c /net | |
parent | d03c61b93186a2392b314f91d4511e2e0ff2f63b (diff) | |
download | ports-980e994574131c7686abadd0ab49f9c8e31dbb93.tar.gz ports-980e994574131c7686abadd0ab49f9c8e31dbb93.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9/pkg-message | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/bind9/pkg-message b/net/bind9/pkg-message new file mode 100644 index 000000000000..54d97173c4ea --- /dev/null +++ b/net/bind9/pkg-message @@ -0,0 +1,22 @@ +************************************************************************* +* _ _____ _____ _____ _ _ _____ ___ ___ _ _ * +* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | * +* / _ \ | | | | | _| | \| | | | | | | | | \| | * +* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | * +* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| * +* * +* BIND 9 requires a good source of randomness to operate. * +* It also requires configuration of rndc, including a * +* "secret" key. If you are using FreeBSD 4.x, visit * +* http://people.freebsd.org/~dougb/randomness.html for * +* information on how to set up entropy gathering. Users * +* of FreeBSD 5.x do not need to perform this step. If * +* you are running BIND 9 in a chroot environment, make * +* sure that there is a /dev/random device in the chroot. * +* * +* The easiest, and most secure way to configure rndc is * +* to run 'rndc-confgen -a' which will generate the proper * +* conf file, with a new random key, and appropriate file * +* permissions. * +* * +************************************************************************* |