diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-08-07 12:54:13 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-08-07 12:54:13 +0000 |
commit | c05f3b46a87e1c0061b8a73cc55b51dbccc5700a (patch) | |
tree | a416fa1a2a6117eee0fcae6850ab2eca01e061aa /scripts/dns-forwarding | |
parent | 552d741017f222b0ce5ec205f9f5f0dd86d5c508 (diff) | |
download | vyatta-cfg-system-c05f3b46a87e1c0061b8a73cc55b51dbccc5700a.tar.gz vyatta-cfg-system-c05f3b46a87e1c0061b8a73cc55b51dbccc5700a.zip |
remove earlier added dnsmasq options
Diffstat (limited to 'scripts/dns-forwarding')
-rw-r--r-- | scripts/dns-forwarding/vyatta-dns-forwarding.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dns-forwarding/vyatta-dns-forwarding.pl b/scripts/dns-forwarding/vyatta-dns-forwarding.pl index c94e1a44..b4ffe2e3 100644 --- a/scripts/dns-forwarding/vyatta-dns-forwarding.pl +++ b/scripts/dns-forwarding/vyatta-dns-forwarding.pl @@ -51,7 +51,6 @@ sub dnsforwarding_get_constants { my $date = `date`; chomp $date; $output = "#\n# autogenerated by vyatta-dns-forwarding.pl on $date\n#\n"; - $output .= "domain-needed\nbogus-priv\n"; return $output; } |