From d14a29fb74f2751142b3576a30ebdcd079268bc1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Sep 2007 02:48:50 +0000 Subject: r24913: Fix typo (This used to be commit 4634bb282bec35c75e74e47f5ce67835a3556b68) --- source4/setup/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup') diff --git a/source4/setup/named.conf b/source4/setup/named.conf index 17beb7a2d7..bb9f421db0 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} -- cgit