~ubuntu-branches/ubuntu/natty/bind9/natty-updates

« back to all changes in this revision

Viewing changes to bin/named/config.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc, LaMont Jones
  • Date: 2010-06-21 09:53:30 UTC
  • mfrom: (1.6.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621095330-k6874kbj59lfo3xm
Tags: 1:9.7.1.dfsg-1
[Internet Software Consortium, Inc]

* 9.7.1

[LaMont Jones]

* Add freebsd support.  Closes: #578447
* soname changes
* freshen root cache.  LP: #596363

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Copyright (C) 2001-2003  Internet Software Consortium.
4
4
 *
5
5
 * Permission to use, copy, modify, and/or distribute this software for any
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: config.c,v 1.106 2009/12/04 21:09:32 marka Exp $ */
 
18
/* $Id: config.c,v 1.106.4.2 2010/05/14 23:49:18 tbox Exp $ */
19
19
 
20
20
/*! \file */
21
21
 
240
240
        };\n\
241
241
};\n\
242
242
"
243
 
 
244
 
"#\n\
245
 
#  The \"_meta\" view is for zones that are used to store internal\n\
246
 
#  information for named, such as managed keys.  The zones are defined\n\
247
 
#  elsewhere.\n\
248
 
#\n\
249
 
view \"_meta\" in {\n\
250
 
        recursion no;\n\
251
 
        notify no;\n\
252
 
};\n\
253
 
"
254
 
 
255
243
"#\n\
256
244
#  Default trusted key(s) for builtin DLV support\n\
257
245
#  (used if \"dnssec-lookaside auto;\" is set and\n\