diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-09-03 02:48:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:37 -0500 |
commit | d14a29fb74f2751142b3576a30ebdcd079268bc1 (patch) | |
tree | 5741b71f465d7b4af6c01f71a32aaa83c07454e5 /source4/setup/named.conf | |
parent | ced6fc995f3bc9b00770ff1002a57f20d6b3e109 (diff) | |
download | samba-d14a29fb74f2751142b3576a30ebdcd079268bc1.tar.gz samba-d14a29fb74f2751142b3576a30ebdcd079268bc1.tar.xz samba-d14a29fb74f2751142b3576a30ebdcd079268bc1.zip |
r24913: Fix typo
(This used to be commit 4634bb282bec35c75e74e47f5ce67835a3556b68)
Diffstat (limited to 'source4/setup/named.conf')
-rw-r--r-- | source4/setup/named.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/named.conf b/source4/setup/named.conf index 17beb7a2d7b..bb9f421db07 100644 --- a/source4/setup/named.conf +++ b/source4/setup/named.conf @@ -29,7 +29,7 @@ zone "${DNSDOMAIN}." IN { # the user "named" once the daemon relinquishes its rights. Therefore, # the file "${DNS_KEYTAB}" must be readable by the user that BIND run as. # If BIND is running as a non-root user, the "${DNS_KEYTAB}" file must have its -# permissions altered to allow thge daemon to read it. In the FC6 +# permissions altered to allow the daemon to read it. In the FC6 # example, execute the commands: # # chgrp named ${DNS_KEYTAB_ABS} |