summaryrefslogtreecommitdiff
path: root/scripts/system/vyatta_update_resolv.pl
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-07-30 17:26:08 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-07-30 17:26:08 -0700
commitbcd2dd78ea370cf193f037eacec2a223909bd647 (patch)
tree4af96641c18097976f21e52d9cd828f4a5352d01 /scripts/system/vyatta_update_resolv.pl
parent5728249e7176331e00f82a323f65b62975c752c6 (diff)
downloadvyatta-cfg-system-bcd2dd78ea370cf193f037eacec2a223909bd647.tar.gz
vyatta-cfg-system-bcd2dd78ea370cf193f037eacec2a223909bd647.zip
new API changes
Diffstat (limited to 'scripts/system/vyatta_update_resolv.pl')
-rwxr-xr-xscripts/system/vyatta_update_resolv.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/system/vyatta_update_resolv.pl b/scripts/system/vyatta_update_resolv.pl
index f39dd3e7..041292be 100755
--- a/scripts/system/vyatta_update_resolv.pl
+++ b/scripts/system/vyatta_update_resolv.pl
@@ -39,7 +39,6 @@ my @domains;
my $domain_name = undef;
if ($dhclient_script == 1) {
- $vc->{_active_dir_base} = "/opt/vyatta/config/active/";
@domains = $vc->returnOrigValues('domain-search domain');
$domain_name = $vc->returnOrigValue('domain-name');
} else {