Show
Ignore:
Timestamp:
12/09/02 19:34:45 (10 years ago)
Author:
ahu
Message:

small fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/common_startup.cc

    r57 r62  
    4242  arg().set("local-port","The port on which we listen")="53"; 
    4343  arg().setSwitch("log-failed-updates","If PDNS should log failed update requests")=""; 
    44   arg().setSwitch("log-dns-details","If PDNS should log failed update requests")=""; 
     44  arg().setSwitch("log-dns-details","If PDNS should log DNS non-erroneous details")=""; 
    4545  arg().set("urlredirector","Where we send hosts to that need to be url redirected")="127.0.0.1"; 
    4646  arg().set("smtpredirector","Our smtpredir MX host")="a.misconfigured.powerdns.smtp.server";