~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to pdns/backends/bind/zone2sql.cc

  • Committer: Bazaar Package Importer
  • Author(s): Debian PowerDNS Maintainers
  • Date: 2006-05-06 10:40:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060506104044-v9hczzfl7dcri6qt
Tags: 2.9.20-3
Disable the recursor, this is in a separate package now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
*/
19
19
/* accepts a named.conf as parameter and outputs heaps of sql */
20
20
 
21
 
// $Id: zone2sql.cc 477 2005-09-03 18:15:37Z ahu $ 
 
21
// $Id: zone2sql.cc 573 2006-03-06 21:39:01Z ahu $ 
22
22
#ifdef WIN32
23
23
# pragma warning ( disable: 4786 )
24
24
 
168
168
    arg().set("start-id","Value of first domain-id")="0";
169
169
    arg().set("zone","Zonefile with $ORIGIN to parse")="";
170
170
    arg().set("zone-name","Specify an $ORIGIN in case it is not present")="";
171
 
    arg().set("named-conf","Bind 8 named.conf to parse")="";
 
171
    arg().set("named-conf","Bind 8/9 named.conf to parse")="";
172
172
    arg().set("soa-minimum-ttl","Do not change")="0";
 
173
    arg().set("soa-refresh-default","Do not change")="0";
 
174
    arg().set("soa-retry-default","Do not change")="0";
 
175
    arg().set("soa-expire-default","Do not change")="0";
173
176
 
174
177
    arg().setCmd("help","Provide a helpful message");
175
178